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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 隲ア蜈「H | 11101000101010111011000111100101100001011010001001001000 | e8abb1e585a248 |
EUC-JP | 隲ア蜈「H | 111100001010110110001110101100011110100111100101100011101010001001001000 | f0ad8eb1e9e58ea248 |
UTF-8 | 隲ア蜈「H | 11101001100110101011001011101111101111011011000111101000100111001000100011101111101111011010001001001000 | e99ab2efbdb1e89c88efbda248 |
UHC | ??蜈?H | 001111110011111111101000101001010011111101001000 | 3f3fe8a53f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)