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 | 臧??腸? | 11100100011010000011111100111111100100101011000000111111 | e4683f3f92b03f |
EUC-JP | 臧??腸? | 11100111110010010011111100111111110001001011001000111111 | e7c93f3fc4b23f |
UTF-8 | 臧브혁腸렔 | 111010001000011110100111111010111011100010001100111011011001100010000001111010001000010110111000111010111010000010010100 | e887a7ebb88ced9881e885b8eba094 |
UHC | 臧브혁腸렔 | 11101101111101011011101011101010110001111111010111101101111100111000111010101001 | edf5baeac7f5edf38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)