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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夜??竊 | 100101101110100100111111001111111110001010000110 | 96e93f3fe286 |
EUC-JP | 夜??竊 | 110011001110101100111111001111111110001111100110 | cceb3f3fe3e6 |
UTF-8 | 夜껊맟竊 | 111001011010010010011100111010101011101110001010111010111010011110011111111001111010101110001010 | e5a49ceabb8aeba79fe7ab8a |
UHC | 夜껊맟竊 | 1110010110101000100000111110101110010000101011001110111110111100 | e5a883eb90acefbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)