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 | 爻嫉捨 | 111000001010100110001110101110011000111011001100 | e0a98eb98ecc |
EUC-JP | 爻嫉捨 | 111000001010101110111100101110111011110011001110 | e0abbcbbbcce |
UTF-8 | 爻嫉捨 | 111001111000100010111011111001011010101110001001111001101000110110101000 | e788bbe5ab89e68da8 |
UHC | 爻嫉捨 | 111111011010000111110010111011001101111011010111 | fda1f2ecded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)