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 | 蓚蓍蓁蛛 | 1110010011101001111001001110011111100100111010111110010110000001 | e4e9e4e7e4ebe581 |
EUC-JP | 蓚蓍蓁蛛 | 1110100011101011111010001110100111101000111011011110100111100001 | e8ebe8e9e8ede9e1 |
UTF-8 | 蓚蓍蓁蛛 | 111010001001001110011010111010001001001110001101111010001001001110000001111010001001101110011011 | e8939ae8938de89381e89b9b |
UHC | 蓚蓍?蛛 | 11100010101111101110001111001001001111111111000111001000 | e2bee3c93ff1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)