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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 二?導珥 | 10010011111100010011111110010011101100011110000011100000 | 93f13f93b1e0e0 |
EUC-JP | 二?導珥 | 11000110111100110011111111000110101100111110000011100010 | c6f33fc6b3e0e2 |
UTF-8 | 二쿨導珥 | 111001001011101010001100111011001011111110101000111001011011000010001110111001111000111110100101 | e4ba8cecbfa8e5b08ee78fa5 |
UHC | 二쿨導珥 | 1110110010100011110001001111000011010011111101001110110010110100 | eca3c4f0d3f4ecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)