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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??燿B | 0011111100111111111000001010000001000010 | 3f3fe0a042 |
EUC-JP | ??燿B | 0011111100111111111000001010001001000010 | 3f3fe0a242 |
UTF-8 | 셰샴燿B | 11101100100001011011000011101100100000111011010011100111100001111011111101000010 | ec85b0ec83b4e787bf42 |
UHC | 셰샴燿B | 10111100110011101011110010100100111010001111110001000010 | bccebca4e8fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)