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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶??二?? | 1001011011101000001111110011111110010011111100010011111100111111 | 96e83f3f93f13f3f |
EUC-JP | 冶??二?? | 1100110011101010001111110011111111000110111100110011111100111111 | ccea3f3fc6f33f3f |
UTF-8 | 冶싳쟻二꾩옣 | 111001011000011010110110111011001000101110110011111011001001111110111011111001001011101010001100111010101011111010101001111011001001100010100011 | e586b6ec8bb3ec9fbbe4ba8ceabea9ec98a3 |
UHC | 冶싳쟻二꾩옣 | 111001011010011110011010111011001010000010000001111011001010001110000100111011001001111010100101 | e5a79aeca081eca384ec9ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)