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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 臂饗違 | 111001000101110110001011110000001000100011100001 | e45d8bc088e1 |
EUC-JP | 臂饗違 | 111001111011111010110110110000101011000011100011 | e7beb6c2b0e3 |
UTF-8 | 臂饗違 | 111010001000011110000010111010011010010110010111111010011000000110010101 | e88782e9a597e98195 |
UHC | 臂饗違 | 110111101010001011111010110001001110101011011110 | dea2fac4eade |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)