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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 癲??兪??^ | 111000011001111100111111001111111001100101100000001111110011111101011110 | e19f3f3f99603f3f5e |
EUC-JP | 癲??兪??^ | 111000101010000100111111001111111101000111000001001111110011111101011110 | e2a13f3fd1c13f3f5e |
UTF-8 | 癲됱땸兪곸몠^ | 11100111100110011011001011101011100100001011000111101011100101011011100011100101100001011010101011101010101100111011100011101011101010101010000001011110 | e799b2eb90b1eb95b8e585aaeab3b8ebaaa05e |
UHC | 癲됱땸兪곸몠^ | 11101111101001101000100111101100100010111000111011101010111001001000000111101100100100011000111001011110 | efa689ec8b8eeae481ec918e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)