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 | 畑??乙? | 10010100101010000011111100111111100010011011001100111111 | 94a83f3f89b33f |
EUC-JP | 畑??乙? | 11001000101010100011111100111111101100101011010100111111 | c8aa3f3fb2b53f |
UTF-8 | 畑밸떼乙텯 | 111001111001010110010001111010111011000010111000111010111001011010111100111001001011100110011001111011011000010110101111 | e79591ebb0b8eb96bce4b999ed85af |
UHC | 畑밸떼乙텯 | 11101111101001011011100111101011101101101011110011101011111000001011011101000010 | efa5b9ebb6bcebe0b742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)