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 | KBo | 1001001001001011100100100100001001101111 | 924b92426f |
SJIS-WIN | ?K?Bo | 0011111101001011001111110100001001101111 | 3f4b3f426f |
EUC-JP | ?K?Bo | 0011111101001011001111110100001001101111 | 3f4b3f426f |
UTF-8 | KBo | 11000010100100100100101111000010100100100100001001101111 | c2924bc292426f |
UHC | ?K?Bo | 0011111101001011001111110100001001101111 | 3f4b3f426f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)