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 | 蓚蓚蓚蓚 | 1110010011101001111001001110100111100100111010011110010011101001 | e4e9e4e9e4e9e4e9 |
EUC-JP | 蓚蓚蓚蓚 | 1110100011101011111010001110101111101000111010111110100011101011 | e8ebe8ebe8ebe8eb |
UTF-8 | 蓚蓚蓚蓚 | 111010001001001110011010111010001001001110011010111010001001001110011010111010001001001110011010 | e8939ae8939ae8939ae8939a |
UHC | 蓚蓚蓚蓚 | 1110001010111110111000101011111011100010101111101110001010111110 | e2bee2bee2bee2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)