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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掖??嘶 | 100111010111010000111111001111111001101001111100 | 9d743f3f9a7c |
EUC-JP | 掖??嘶 | 110110011101010100111111001111111101001111011101 | d9d53f3fd3dd |
UTF-8 | 掖딀랾嘶 | 111001101000111010010110111010111001010010000000111010111001111010111110111001011001100010110110 | e68e96eb9480eb9ebee598b6 |
UHC | 掖딀랾嘶 | 1110010011111010100010101110011010001110010101111110001110110110 | e4fa8ae68e57e3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)