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 | 蘂??娃?? | 1110010101000001001111110011111110001000101000010011111100111111 | e5413f3f88a13f3f |
EUC-JP | 蘂??娃?? | 1110100110100010001111110011111110110000101000110011111100111111 | e9a23f3fb0a33f3f |
UTF-8 | 蘂뚮졁娃듬㈃ | 111010001001100010000010111010111001101010101110111011001010000110000001111001011010100010000011111010111001001110101100111000111000100010000011 | e89882eb9aaeeca181e5a883eb93ace38883 |
UHC | 蘂뚮졁娃듬㈃ | 111001111101111010001100111010111010000010110010111010001101111110110101111010111010100110110100 | e7de8ceba0b2e8dfb5eba9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)