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 | 蘂??曜?? | 1110010101000001001111110011111110010111011010100011111100111111 | e5413f3f976a3f3f |
EUC-JP | 蘂??曜?? | 1110100110100010001111110011111111001101110010110011111100111111 | e9a23f3fcdcb3f3f |
UTF-8 | 蘂뚮졁曜쏅젒 | 111010001001100010000010111010111001101010101110111011001010000110000001111001101001101110011100111011001000111110000101111011001010000010010010 | e89882eb9aaeeca181e69b9cec8f85eca092 |
UHC | 蘂뚮졁曜쏅젒 | 111001111101111010001100111010111010000010110010111010001111100010011011111010111010000010010001 | e7de8ceba0b2e8f89beba091 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)