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 | 荀??荀??^ | 111001001010010000111111001111111110010010100100001111110011111101011110 | e4a43f3fe4a43f3f5e |
EUC-JP | 荀??荀??^ | 111010001010011000111111001111111110100010100110001111110011111101011110 | e8a63f3fe8a63f3f5e |
UTF-8 | 荀뛾뤃荀뛾뤃^ | 11101000100011011000000011101011100110111011111011101011101001001000001111101000100011011000000011101011100110111011111011101011101001001000001101011110 | e88d80eb9bbeeba483e88d80eb9bbeeba4835e |
UHC | 荀뛾뤃荀뛾뤃^ | 11100010111100001000110110000100100011111011010011100010111100001000110110000100100011111011010001011110 | e2f08d848fb4e2f08d848fb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)