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 | 爭耕??箏 | 1110000010100101100011010110101100111111001111111110001010110101 | e0a58d6b3f3fe2b5 |
EUC-JP | 爭耕??箏 | 1110000010100111101110011100110000111111001111111110010010110111 | e0a7b9cc3f3fe4b7 |
UTF-8 | 爭耕렡렊箏 | 111001111000100010101101111010001000000010010101111010111010000010100001111010111010000010001010111001111010111010001111 | e788ade88095eba0a1eba08ae7ae8f |
UHC | 爭耕렡렊箏 | 11101110101100111100110011101001100011101011001010001110101000011110111010110100 | eeb3cce98eb28ea1eeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)