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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慫?樟? | 100111001100111100111111100011111011111000111111 | 9ccf3f8fbe3f |
EUC-JP | 慫?樟? | 110110001101000100111111101111101100000000111111 | d8d13fbec03f |
UTF-8 | 慫렯樟樓 | 111001101000010110101011111010111010000010101111111001101010100010011111111011111010010110001100 | e685abeba0afe6a89fefa58c |
UHC | 慫렯樟樓 | 1111000011110110100011101011110011101101111010011101001011100110 | f0f68ebcede9d2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)