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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??咀?莊 | 00111111001111111001100111110000001111111110010010110101 | 3f3f99f03fe4b5 |
EUC-JP | 玎?咀?莊 | 100011111100101111010010001111111101001011110010001111111110100010110111 | 8fcbd23fd2f23fe8b7 |
UTF-8 | 玎렩咀렰莊 | 111001111000111010001110111010111010000010101001111001011001001010000000111010111010000010110000111010001000111010001010 | e78e8eeba0a9e59280eba0b0e88e8a |
UHC | 玎렩咀렰莊 | 11101111111010011000111010110111111011101011101010001110101111011110110111110110 | efe98eb7eeba8ebdedf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)