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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??丞 | 00111111001111111000111111100101 | 3f3f8fe5 |
EUC-JP | ??丞 | 00111111001111111011111011100111 | 3f3fbee7 |
UTF-8 | 믋딄丞 | 111010111010111110001011111010111001010010000100111001001011100010011110 | ebaf8beb9484e4b89e |
UHC | 믋딄丞 | 100100101100111110001010111010101110001110101010 | 92cf8aeae3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)