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 | 掖??厄 | 100111010111010000111111001111111001011011101111 | 9d743f3f96ef |
EUC-JP | 掖??厄 | 110110011101010100111111001111111100110011110001 | d9d53f3fccf1 |
UTF-8 | 掖딀랾厄 | 111001101000111010010110111010111001010010000000111010111001111010111110111001011000111010000100 | e68e96eb9480eb9ebee58e84 |
UHC | 掖딀랾厄 | 1110010011111010100010101110011010001110010101111110010011111000 | e4fa8ae68e57e4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)