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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | 懊??W蘊 | 10011100111000110011111100111111010101111110010101011101 | 9ce33f3f57e55d |
EUC-JP | 懊??W蘊 | 11011000111001010011111100111111010101111110100110111110 | d8e53f3f57e9be |
UTF-8 | 懊볥젡W蘊 | 11100110100001111000101011101011101100111010010111101100101000001010000101010111111010001001100010001010 | e6878aebb3a5eca0a157e8988a |
UHC | 懊볥젡W蘊 | 111001111111100010010011111010111010000010011010010101111110100010110011 | e7f893eba09a57e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)