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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 騾包スシ霑ェ | 111010011000000010010101111011111011110110111100111010001011111110101010 | e98095efbdbce8bfaa |
EUC-JP | 騾包スシ霑ェ | 111100011110000011001010111100011000111010111101100011101011110011110000110000011000111010101010 | f1e0caf18ebd8ebcf0c18eaa |
UTF-8 | 騾包スシ霑ェ | 111010011010100010111110111001011000110010000101111011111011110110111101111011111011110110111100111010011001110010010001111011111011110110101010 | e9a8bee58c85efbdbdefbdbce99c91efbdaa |
UHC | ?包??霑? | 0011111111111000110100000011111100111111111011111100010100111111 | 3ff8d03f3fefc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)