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 | ?u? | 001111110111010100111111 | 3f753f |
SJIS-WIN | 達u損 | 1001001001000010011101011001000110111001 | 92427591b9 |
EUC-JP | 達u損 | 1100001110100011011101011100001010111011 | c3a375c2bb |
UTF-8 | 達u損 | 11101001100000011001010001110101111001101001000010001101 | e9819475e6908d |
UHC | 達u損 | 1101001110111001011101011110000111011111 | d3b975e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)