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 | 惟磬?? | 100010001101001011100001111111000011111100111111 | 88d2e1fc3f3f |
EUC-JP | 惟磬?? | 101100001101010011100010111111100011111100111111 | b0d4e2fe3f3f |
UTF-8 | 惟磬짝뤉 | 111001101000001110011111111001111010001110101100111011001010011110011101111010111010010010001001 | e6839fe7a3aceca79deba489 |
UHC | 惟磬짝뤉 | 1110101011101110110011001110010011000010101001101000111110111001 | eaeecce4c2a68fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)