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 | 瓦??鴦? | 10001010101000100011111100111111111010011111000100111111 | 8aa23f3fe9f13f |
EUC-JP | 瓦??鴦? | 10110100101001000011111100111111111100101111001100111111 | b4a43f3ff2f33f |
UTF-8 | 瓦싩떁鴦웘 | 111001111001001110100110111011001000101110101001111010111001011010000001111010011011010010100110111011001001101110011000 | e793a6ec8ba9eb9681e9b4a6ec9b98 |
UHC | 瓦싩떁鴦웘 | 11101000101111111001101011100111100010111001011111100100111011001001111101101000 | e8bf9ae78b97e4ec9f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)