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 | 髮作麾蠎ヲ | 111010011001101110001101111011001001111110000000111001011011101010100110 | e99b8dec9f80e5baa6 |
EUC-JP | 髮作麾蠎ヲ | 11110001111110111011101011101110110111011110000011101010101111001000111010100110 | f1fbbaeedde0eabc8ea6 |
UTF-8 | 髮作麾蠎ヲ | 111010011010101110101110111001001011110110011100111010011011101010111110111010001010000010001110111011111011110110100110 | e9abaee4bd9ce9babee8a08eefbda6 |
UHC | 髮作麾?? | 1101101110100101111011011100001011111101110010110011111100111111 | dba5edc2fdcb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)