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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???荏?? | 00111111001111110011111110001001011000000011111100111111 | 3f3f3f89603f3f |
EUC-JP | ???荏?? | 00111111001111110011111110110001110000010011111100111111 | 3f3f3fb1c13f3f |
UTF-8 | 梨숉쉮荏밭솻 | 111011111010011110100010111011001000100010001001111011001000100110101110111010001000110110001111111010111011000010101101111011001000011010111011 | efa7a2ec8889ec89aee88d8febb0adec86bb |
UHC | 梨숉쉮荏밭솻 | 111011001011000110011001111011011001101010000110111011001111101110111001111001111001100110110000 | ecb199ed9a86ecfbb9e799b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)