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 | 娃??汚? | 10001000101000010011111100111111100010011001100000111111 | 88a13f3f89983f |
EUC-JP | 娃??汚? | 10110000101000110011111100111111101100011111100000111111 | b0a33f3fb1f83f |
UTF-8 | 娃됵슭汚녡 | 111001011010100010000011111010111001000010110101111011001000101010101101111001101011000110011010111010111000010110100001 | e5a883eb90b5ec8aade6b19aeb85a1 |
UHC | 娃됵슭汚녡 | 11101000110111111000100111101111101111011011111011100111111111011000011011010000 | e8df89efbdbee7fd86d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)