To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?甚??睛?B | 001111111001000001110010001111110011111111100001110010110011111101000010 | 3f90723f3fe1cb3f42 |
EUC-JP | ?甚??睛?B | 001111111011111111010011001111110011111111100010110011010011111101000010 | 3fbfd33f3fe2cd3f42 |
UTF-8 | 쒔甚롅뤍睛홪B | 11101100100100101001010011100111100101001001101011101011101000011000010111101011101001001000110111100111100111011001101111101101100110011010101001000010 | ec9294e7949aeba185eba48de79d9bed99aa42 |
UHC | 쒔甚롅뤍睛홪B | 10111110101011011110010010100100100011101100101110001111101111011110111111101100110000110110011101000010 | beade4a48ecb8fbdefecc36742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)