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 | ???S | 00111111001111110011111101010011 | 3f3f3f53 |
SJIS-WIN | 茉常十S | 11100100100111011000111111101101100011110101110001010011 | e49d8fed8f5c53 |
EUC-JP | 茉常十S | 11100111111111011011111011101111101111011011110101010011 | e7fdbeefbdbd53 |
UTF-8 | 茉常十S | 11101000100011001000100111100101101110001011100011100101100011011000000101010011 | e88c89e5b8b8e58d8153 |
UHC | 茉常十S | 11011000110010011101111111001000111001001010100001010011 | d8c9dfc8e4a853 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)