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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 宵。。宵箒 | 10001111101010101010000110100001111100001111101110001111101010101110001010110100 | 8faaa1a1f0fb8faae2b4 |
EUC-JP | 宵。。?宵箒 | 1011111010101100100011101010000110001110101000010011111110111110101011001110010010110110 | beac8ea18ea13fbeace4b6 |
UTF-8 | 宵。。宵箒 | 111001011010111010110101111011111011110110100001111011111011110110100001111011101000001010111010111001011010111010110101111001111010111010010010 | e5aeb5efbda1efbda1ee82bae5aeb5e7ae92 |
UHC | 宵???宵? | 1110000110110010001111110011111100111111111000011011001000111111 | e1b23f3f3fe1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)