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 | 畑밸벏唯갋 | 111001111001010110010001111010111011000010111000111010111011001010001111111001011001010010101111111010101011000010001011 | e79591ebb0b8ebb28fe594afeab08b |
UHC | 畑밸벏唯갋 | 11101111101001011011100111101011100100111010111111101010111001101000000101000101 | efa5b9eb93afeae68145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)