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 | 終???? | 100011110100100100111111001111110011111100111111 | 8f493f3f3f3f |
EUC-JP | 終???? | 101111011010101000111111001111110011111100111111 | bdaa3f3f3f3f |
UTF-8 | 終블렭렒뤋 | 111001111011010110000010111010111011100010010100111010111010000010101101111010111010000010010010111010111010010010001011 | e7b582ebb894eba0adeba092eba48b |
UHC | 終블렭렒뤋 | 11110000111110111011101011101101100011101011101010001110101001111000111110111011 | f0fbbaed8eba8ea78fbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)