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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 任?h任 | 100101000100001100111111011010001001010001000011 | 94433f689443 |
EUC-JP | 任?h任 | 110001111010010000111111011010001100011110100100 | c7a43f68c7a4 |
UTF-8 | 任렒h任 | 11100100101110111011101111101011101000001001001001101000111001001011101110111011 | e4bbbbeba09268e4bbbb |
UHC | 任렒h任 | 11101100111100101000111010100111011010001110110011110010 | ecf28ea768ecf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)