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 | 爭耕?爭耕? | 11100000101001011000110101101011001111111110000010100101100011010110101100111111 | e0a58d6b3fe0a58d6b3f |
EUC-JP | 爭耕?爭耕? | 11100000101001111011100111001100001111111110000010100111101110011100110000111111 | e0a7b9cc3fe0a7b9cc3f |
UTF-8 | 爭耕눼爭耕눼 | 111001111000100010101101111010001000000010010101111010111000100010111100111001111000100010101101111010001000000010010101111010111000100010111100 | e788ade88095eb88bce788ade88095eb88bc |
UHC | 爭耕눼爭耕눼 | 111011101011001111001100111010011011010010110100111011101011001111001100111010011011010010110100 | eeb3cce9b4b4eeb3cce9b4b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)