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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遮雫邪 | 100011101101010110001110101101001000111011010111 | 8ed58eb48ed7 |
EUC-JP | 遮雫邪 | 101111001101011110111100101101101011110011011001 | bcd7bcb6bcd9 |
UTF-8 | 遮雫邪 | 111010011000000110101110111010011001101110101011111010011000001010101010 | e981aee99babe982aa |
UHC | 遮?邪 | 1111001110110100001111111101111011110111 | f3b43fdef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)