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 | 郢ケ謇倶陟 | 1110011110111001101110011110011010001001100010111110010011110010101100011110100010100000 | e7b9b9e6898be4f2b1e8a0 |
EUC-JP | 郢ケ謇倶?陟 | 1110111010111011100011101011100111101011111010011011011011100110001111111111000010100010 | eebb8eb9ebe9b6e63ff0a2 |
UTF-8 | 郢ケ謇倶陟 | 111010011000001110100010111011111011110110111001111010001010110010000111111001011000000010110110111011101000011110101000111010011001100110011111 | e983a2efbdb9e8ac87e580b6ee87a8e9999f |
UHC | ?????陟 | 00111111001111110011111100111111001111111111010010110011 | 3f3f3f3f3ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)