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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 畑??松ζ? | 100101001010100000111111001111111000111110111100100000111100010000111111 | 94a83f3f8fbc83c43f |
EUC-JP | 畑??松ζ? | 110010001010101000111111001111111011111010111110101001101100011000111111 | c8aa3f3fbebea6c63f |
UTF-8 | 畑띕끂松ζ껸 | 1110011110010101100100011110101110011101100101011110101110000001100000101110011010011101101111101100111010110110111010101011101110111000 | e79591eb9d95eb8182e69dbeceb6eabbb8 |
UHC | 畑띕끂松ζ껸 | 111011111010010110110110111010111000010110111000111000011110011010100101111001101011001010111001 | efa5b6eb85b8e1e6a5e6b2b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)