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 | ?熔晁頁? | 0011111110010111011011111001110111101000100101011100010100111111 | 3f976f9de895c53f |
EUC-JP | ?熔晁頁? | 0011111111001101110100001101101011101010110010101100011100111111 | 3fcdd0daeacac73f |
UTF-8 | 뤚熔晁頁형 | 111010111010010010011010111001111000011010010100111001101001100110000001111010011010000010000001111011011001100010010101 | eba49ae78694e69981e9a081ed9895 |
UHC | 뤚熔晁頁형 | 10001111110010011110100111000010111100001100010111111010111011011100011111111100 | 8fc9e9c2f0c5faedc7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)