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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 止?漬?\ | 10001110011111100011111110010010110100000011111101011100 | 8e7e3f92d03f5c |
EUC-JP | 止?漬?\ | 10111011110111110011111111000100110100100011111101011100 | bbdf3fc4d23f5c |
UTF-8 | 止렜漬렖\ | 11100110101011011010001011101011101000001001110011100110101111001010110011101011101000001001011001011100 | e6ada2eba09ce6bcaceba0965c |
UHC | 止렜漬렖\ | 111100101010110110001110101011101111001010110000100011101010101101011100 | f2ad8eaef2b08eab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)