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 | 塋よ?掖? | 1001101011001000100000101110011000111111100111010111010000111111 | 9ac882e63f9d743f |
EUC-JP | 塋よ?掖? | 1101010011001010101001001110100000111111110110011101010100111111 | d4caa4e83fd9d53f |
UTF-8 | 塋よ뇮掖토 | 111001011010000110001011111000111000001010001000111010111000011110101110111001101000111010010110111011011000011010100000 | e5a18be38288eb87aee68e96ed86a0 |
UHC | 塋よ뇮掖토 | 11100111101010111010101011101000100001111001001111100100111110101100010111100100 | e7abaae88793e4fac5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)