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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 帳??h | 1001001010100000001111110011111101101000 | 92a03f3f68 |
EUC-JP | 帳??h | 1100010010100010001111110011111101101000 | c4a23f3f68 |
UTF-8 | 帳㎬풛h | 11100101101110001011001111100011100011101010110011101101100100101001101101101000 | e5b8b3e38eaced929b68 |
UHC | 帳㎬풛h | 11101101111000111010011111101000101111101001111001101000 | ede3a7e8be9e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)