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 | 熬??? | 1110000010010010001111110011111100111111 | e0923f3f3f |
EUC-JP | 熬??墉 | 11011111111100100011111100111111100011111011100010111111 | dff23f3f8fb8bf |
UTF-8 | 熬숂갓墉 | 111001111000011010101100111011001000100010000010111010101011000010010011111001011010001010001001 | e786acec8882eab093e5a289 |
UHC | 熬숂갓墉 | 1110100010100010100110011110011110110000101010111110100110111010 | e8a299e7b0abe9ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)