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 | 塋よ?墺 | 10011010110010001000001011100110001111111001101011010010 | 9ac882e63f9ad2 |
EUC-JP | 塋よ?墺 | 11010100110010101010010011101000001111111101010011010100 | d4caa4e83fd4d4 |
UTF-8 | 塋よ뇮墺 | 111001011010000110001011111000111000001010001000111010111000011110101110111001011010001010111010 | e5a18be38288eb87aee5a2ba |
UHC | 塋よ뇮墺 | 1110011110101011101010101110100010000111100100111110011111110010 | e7abaae88793e7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)