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 | 蜈席蜈?太 | 111001011000010110010000110010001110010110000101001111111001000110111110 | e58590c8e5853f91be |
EUC-JP | 蜈席蜈?太 | 111010011110010111000000110010101110100111100101001111111100001011000000 | e9e5c0cae9e53fc2c0 |
UTF-8 | 蜈席蜈뤙太 | 111010001001110010001000111001011011100010101101111010001001110010001000111010111010010010011001111001011010010010101010 | e89c88e5b8ade89c88eba499e5a4aa |
UHC | 蜈席蜈뤙太 | 11101000101001011110000010101100111010001010010110001111110010001111011110111100 | e8a5e0ace8a58fc8f7bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)