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 | 逵育收 | 111001111001110010001000111001111001110110111110 | e79c88e79dbe |
EUC-JP | 逵育收 | 111011011111110010110000111010011101101011000000 | edfcb0e9dac0 |
UTF-8 | 逵育收 | 111010011000000010110101111010001000001010110010111001101001010010110110 | e980b5e882b2e694b6 |
UHC | 逵育收 | 110100001011000011101011110000001110001010100101 | d0b0ebc0e2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)