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 | 00111111100100100111010100111111100100100111010101000010 | 3f92753f927542 |
EUC-JP | ?置?置B | 00111111110000111101011000111111110000111101011001000010 | 3fc3d63fc3d642 |
UTF-8 | 뤴置뤴置B | 11101011101001001011010011100111101111011010111011101011101001001011010011100111101111011010111001000010 | eba4b4e7bdaeeba4b4e7bdae42 |
UHC | 뤴置뤴置B | 100011111110001011110110110001111000111111100010111101101100011101000010 | 8fe2f6c78fe2f6c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)