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 | 将荳宵蝪 | 1000111110101011111001001011100010001111101010101110010110100001 | 8fabe4b88faae5a1 |
EUC-JP | 将荳宵蝪 | 1011111010101101111010001011101010111110101011001110101010100011 | beade8babeaceaa3 |
UTF-8 | 将荳宵蝪 | 111001011011000010000110111010001000110110110011111001011010111010110101111010001001110110101010 | e5b086e88db3e5aeb5e89daa |
UHC | ?荳宵? | 001111111101010011100101111000011011001000111111 | 3fd4e5e1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)