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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?挑?挑B | 00111111100100101010011100111111100100101010011101000010 | 3f92a73f92a742 |
EUC-JP | ?挑?挑B | 00111111110001001010100100111111110001001010100101000010 | 3fc4a93fc4a942 |
UTF-8 | 뤵挑뤵挑B | 11101011101001001011010111100110100011001001000111101011101001001011010111100110100011001001000101000010 | eba4b5e68c91eba4b5e68c9142 |
UHC | 뤵挑뤵挑B | 100011111110001111010011111110111000111111100011110100111111101101000010 | 8fe3d3fb8fe3d3fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)