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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 尺杓煮邪 | 1000111011011010100011101101101110001110110011111000111011010111 | 8eda8edb8ecf8ed7 |
EUC-JP | 尺杓煮邪 | 1011110011011100101111001101110110111100110100011011110011011001 | bcdcbcddbcd1bcd9 |
UTF-8 | 尺杓煮邪 | 111001011011000010111010111001101001110110010011111001111000010110101110111010011000001010101010 | e5b0bae69d93e785aee982aa |
UHC | 尺杓煮邪 | 1111010010101001111110001111010111101101101101001101111011110111 | f4a9f8f5edb4def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)