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 | ?晩槽?? | 00111111100101001101001110010001100001010011111100111111 | 3f94d391853f3f |
EUC-JP | ?晩槽?? | 00111111110010001101010111000001111001010011111100111111 | 3fc8d5c1e53f3f |
UTF-8 | 윔晩槽쉴뤗 | 111011001001110010010100111001101001100110101001111001101010011110111101111011001000100110110100111010111010010010010111 | ec9c94e699a9e6a7bdec89b4eba497 |
UHC | 윔晩槽쉴뤗 | 11000000101010111101100010111001111100001100101110111101101011111000111111000111 | c0abd8b9f0cbbdaf8fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)