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 | 畑??愈? | 10010100101010000011111100111111100101101111101000111111 | 94a83f3f96fa3f |
EUC-JP | 畑??愈? | 11001000101010100011111100111111110011001111110000111111 | c8aa3f3fccfc3f |
UTF-8 | 畑대즹愈랡 | 111001111001010110010001111010111000110010000000111011001010011010111001111001101000010010001000111010111001111010100001 | e79591eb8c80eca6b9e68488eb9ea1 |
UHC | 畑대즹愈랡 | 11101111101001011011010011101011101000111000101111101010111011111000111001000010 | efa5b4eba38beaef8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)