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 | 陬吶m跂、鄧 | 1110100010100011100110011110001110000010100011011110011011100011101001001111101110111001 | e8a399e3828de6e3a4fbb9 |
EUC-JP | 陬吶m跂、鄧 | 11110000101001011101001011100101101000111110110111101100111001011000111010100100100011111110001011000111 | f0a5d2e5a3edece58ea48fe2c7 |
UTF-8 | 陬吶m跂、鄧 | 111010011001100110101100111001011001000010110110111011111011110110001101111010001011011110000010111011111011110110100100111010011000010010100111 | e999ace590b6efbd8de8b782efbda4e984a7 |
UHC | ??m??鄧 | 0011111100111111101000111110110100111111001111111101010011111000 | 3f3fa3ed3f3fd4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)