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 | 羮葛 裼 | 1110001110111100100010101000101110000001010000001110010111100111 | e3bc8a8b8140e5e7 |
EUC-JP | 羮葛 裼 | 1110011010111110101100111110101110100001101000011110101011101001 | e6beb3eba1a1eae9 |
UTF-8 | 羮葛 裼 | 111001111011111010101110111010001001000110011011111000111000000010000000111010001010001110111100 | e7beaee8919be38080e8a3bc |
UHC | ?葛 ? | 001111111100101011100111101000011010000100111111 | 3fcae7a1a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)