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 | ???鶯?ⅲ | 0011111100111111001111111110100111110010001111111111101001000010 | 3f3f3fe9f23ffa42 |
EUC-JP | ???鶯?? | 00111111001111110011111111110010111101000011111100111111 | 3f3f3ff2f43f3f |
UTF-8 | 溫숅렉鶯뺝ⅲ | 111001101011101010101011111011001000100010000101111010111010000010001001111010011011011010101111111010111011101010011101111000101000010110110010 | e6baabec8885eba089e9b6afebba9de285b2 |
UHC | 溫숅렉鶯뺝ⅲ | 111010001010111010011001111010011011011110111010111001011010001110010101111001011010010110100011 | e8ae99e9b7bae5a395e5a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)