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 | 畑??唯? | 10010100101010000011111100111111100101110100001000111111 | 94a83f3f97423f |
EUC-JP | 畑??唯? | 11001000101010100011111100111111110011011010001100111111 | c8aa3f3fcda33f |
UTF-8 | 畑듬벡唯쏉 | 111001111001010110010001111010111001001110101100111010111011001010100001111001011001010010101111111011001000111110001001 | e79591eb93acebb2a1e594afec8f89 |
UHC | 畑듬벡唯쏉 | 11101111101001011011010111101011101110101010010011101010111001101001101111101111 | efa5b5ebbaa4eae69bef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)