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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 額?伊B | 100010100111101000111111100010001100100101000010 | 8a7a3f88c942 |
EUC-JP | 額?伊B | 101100111101101100111111101100001100101101000010 | b3db3fb0cb42 |
UTF-8 | 額랖伊B | 11101001101000011000110111101011100111101001011011100100101111001000101001000010 | e9a18deb9e96e4bc8a42 |
UHC | 額랖伊B | 11100100111111101011011011111101111011001010010101000010 | e4feb6fdeca542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)