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 | 惟磬??? | 10001000110100101110000111111100001111110011111100111111 | 88d2e1fc3f3f3f |
EUC-JP | 惟磬??? | 10110000110101001110001011111110001111110011111100111111 | b0d4e2fe3f3f3f |
UTF-8 | 惟磬짝뤉칿 | 111001101000001110011111111001111010001110101100111011001010011110011101111010111010010010001001111011001011100110111111 | e6839fe7a3aceca79deba489ecb9bf |
UHC | 惟磬짝뤉칿 | 11101010111011101100110011100100110000101010011010001111101110011010111110001110 | eaeecce4c2a68fb9af8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)