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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 湿尺湿射@h | 10001110101111001000111011011010100011101011110010001110110010110100000001101000 | 8ebc8eda8ebc8ecb4068 |
EUC-JP | 湿尺湿射@h | 10111100101111101011110011011100101111001011111010111100110011010100000001101000 | bcbebcdcbcbebccd4068 |
UTF-8 | 湿尺湿射@h | 1110011010111001101111111110010110110000101110101110011010111001101111111110010110110000100001000100000001101000 | e6b9bfe5b0bae6b9bfe5b0844068 |
UHC | ?尺?射@h | 0011111111110100101010010011111111011110110100100100000001101000 | 3ff4a93fded24068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)