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 | ?摸晁頁喪 | 001111111001011011001100100111011110100010010101110001011001000101110010 | 3f96cc9de895c59172 |
EUC-JP | ?摸晁頁喪 | 001111111100110011001110110110101110101011001010110001111100000111010011 | 3fcccedaeacac7c1d3 |
UTF-8 | 뤲摸晁頁喪 | 111010111010010010110010111001101001000110111000111001101001100110000001111010011010000010000001111001011001011010101010 | eba4b2e691b8e69981e9a081e596aa |
UHC | 뤲摸晁頁喪 | 10001111111000001101100110111000111100001100010111111010111011011101111111000011 | 8fe0d9b8f0c5faeddfc3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)