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 | 塋よ?兀 | 10011010110010001000001011100110001111111001100101011001 | 9ac882e63f9959 |
EUC-JP | 塋よ?兀 | 11010100110010101010010011101000001111111101000110111010 | d4caa4e83fd1ba |
UTF-8 | 塋よ뇮兀 | 111001011010000110001011111000111000001010001000111010111000011110101110111001011000010110000000 | e5a18be38288eb87aee58580 |
UHC | 塋よ뇮兀 | 1110011110101011101010101110100010000111100100111110100010110100 | e7abaae88793e8b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)