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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雎鯉スソ^ | 11101000101100011000110011101111101111011011111101011110 | e8b18cefbdbf5e |
EUC-JP | 雎鯉スソ^ | 111100001011001110111000111100011000111010111101100011101011111101011110 | f0b3b8f18ebd8ebf5e |
UTF-8 | 雎鯉スソ^ | 11101001100110111000111011101001101011111000100111101111101111011011110111101111101111011011111101011110 | e99b8ee9af89efbdbdefbdbf5e |
UHC | 雎鯉??^ | 11101110110100011101011111101111001111110011111101011110 | eed1d7ef3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)