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 | 蜈??歪? | 11100101100001010011111100111111100110000110001100111111 | e5853f3f98633f |
EUC-JP | 蜈??歪? | 11101001111001010011111100111111110011111100010000111111 | e9e53f3fcfc43f |
UTF-8 | 蜈랃쉐歪득 | 111010001001110010001000111010111001111010000011111011001000100110010000111001101010110110101010111010111001001110011101 | e89c88eb9e83ec8990e6adaaeb939d |
UHC | 蜈랃쉐歪득 | 11101000101001011000110111101111101111011010011011101000111000001011010111100110 | e8a58defbda6e8e0b5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)