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 | ?晩槽藺? | 0011111110010100110100111001000110000101111001010110000100111111 | 3f94d39185e5613f |
EUC-JP | ?晩槽藺? | 0011111111001000110101011100000111100101111010011100001000111111 | 3fc8d5c1e5e9c23f |
UTF-8 | 윔晩槽藺뤗 | 111011001001110010010100111001101001100110101001111001101010011110111101111010001001011110111010111010111010010010010111 | ec9c94e699a9e6a7bde897baeba497 |
UHC | 윔晩槽藺뤗 | 11000000101010111101100010111001111100001100101111010111111101001000111111000111 | c0abd8b9f0cbd7f48fc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)