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 | ???K | 00111111001111110011111101001011 | 3f3f3f4b |
SJIS-WIN | ツ佚。K | 1100001010011000110000111010000101001011 | c298c3a14b |
EUC-JP | ツ佚。K | 10001110110000101101000011000101100011101010000101001011 | 8ec2d0c58ea14b |
UTF-8 | ツ佚。K | 11101111101111101000001011100100101111011001101011101111101111011010000101001011 | efbe82e4bd9aefbda14b |
UHC | ?佚?K | 0011111111101100111010100011111101001011 | 3fecea3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)