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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 裝經??? | 11100101111001001110001101010011001111110011111100111111 | e5e4e3533f3f3f |
EUC-JP | 裝經??? | 11101010111001101110010110110100001111110011111100111111 | eae6e5b43f3f3f |
UTF-8 | 裝經렧며횐 | 111010001010001110011101111001111011011010010011111010111010000010100111111010111010100110110000111011011001101010010000 | e8a39de7b693eba0a7eba9b0ed9a90 |
UHC | 裝經렧며횐 | 11101101111110111100110011101000100011101011011010111000111001111100100010111010 | edfbcce88eb6b8e7c8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)