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 | 阮台ク威帷沚 | 1110100010010110100100011110010010111000100010001101000010011011111001111001111110001101 | e89691e4b888d09be79f8d |
EUC-JP | 阮台ク威帷沚 | 111011111111011011000010111001101000111010111000101100001101001011010110111010011101110111101101 | eff6c2e68eb8b0d2d6e9dded |
UTF-8 | 阮台ク威帷沚 | 111010011001100010101110111001011000111110110000111011111011110110111000111001011010100010000001111001011011100010110111111001101011001010011010 | e998aee58fb0efbdb8e5a881e5b8b7e6b29a |
UHC | 阮台?威?沚 | 11101000110101101111011110111011001111111110101011001110001111111111001010101111 | e8d6f7bb3feace3ff2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)