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 | 1110111010101011100011101011110101101011 | eeab8ebd6b |
SJIS-WIN | ????k | 0011111100111111001111110011111101101011 | 3f3f3f3f6b |
EUC-JP | î???k | 10001111101010111100001000111111001111110011111101101011 | 8fabc23f3f3f6b |
UTF-8 | k | 110000111010111011000010101010111100001010001110110000101011110101101011 | c3aec2abc28ec2bd6b |
UHC | ???½k | 001111110011111100111111101010001111011001101011 | 3f3f3fa8f66b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)