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 | 塋よ??? | 10011010110010001000001011100110001111110011111100111111 | 9ac882e63f3f3f |
EUC-JP | 塋よ??? | 11010100110010101010010011101000001111110011111100111111 | d4caa4e83f3f3f |
UTF-8 | 塋よ뇮銳볞 | 111001011010000110001011111000111000001010001000111010111000011110101110111010011000101010110011111010111011001110011110 | e5a18be38288eb87aee98ab3ebb39e |
UHC | 塋よ뇮銳볞 | 11100111101010111010101011101000100001111001001111100111111001011001001111100100 | e7abaae88793e7e593e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)