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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 茉常十~ | 11100100100111011000111111101101100011110101110001111110 | e49d8fed8f5c7e |
EUC-JP | 茉常十~ | 11100111111111011011111011101111101111011011110101111110 | e7fdbeefbdbd7e |
UTF-8 | 茉常十~ | 11101000100011001000100111100101101110001011100011100101100011011000000101111110 | e88c89e5b8b8e58d817e |
UHC | 茉常十~ | 11011000110010011101111111001000111001001010100001111110 | d8c9dfc8e4a87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)