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 | 畑??腋? | 10010100101010000011111100111111111000111111110000111111 | 94a83f3fe3fc3f |
EUC-JP | 畑??腋? | 11001000101010100011111100111111111001101111111000111111 | c8aa3f3fe6fe3f |
UTF-8 | 畑밸뜡腋욪 | 111001111001010110010001111010111011000010111000111010111001110010100001111010001000010110001011111011001001101010101010 | e79591ebb0b8eb9ca1e8858bec9aaa |
UHC | 畑밸뜡腋욪 | 11101111101001011011100111101011100011011010010011100100111111011001111101000010 | efa5b9eb8da4e4fd9f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)