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 | ?摸晁頁 | 00111111100101101100110010011101111010001001010111000101 | 3f96cc9de895c5 |
EUC-JP | ?摸晁頁 | 00111111110011001100111011011010111010101100101011000111 | 3fcccedaeacac7 |
UTF-8 | 뤲摸晁頁 | 111010111010010010110010111001101001000110111000111001101001100110000001111010011010000010000001 | eba4b2e691b8e69981e9a081 |
UHC | 뤲摸晁頁 | 1000111111100000110110011011100011110000110001011111101011101101 | 8fe0d9b8f0c5faed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)