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 | 脉蛾8跚恰 | 11100011111101011000100111101001100000100101011111100110111001111000101010000110 | e3f589e98257e6e78a86 |
EUC-JP | 脉蛾8跚恰 | 11100110111101111011001011101011101000111011100011101100111010011011001111100110 | e6f7b2eba3b8ece9b3e6 |
UTF-8 | 脉蛾8跚恰 | 111010001000010010001001111010001001101110111110111011111011110010011000111010001011011110011010111001101000000110110000 | e88489e89bbeefbc98e8b79ae681b0 |
UHC | ?蛾8?恰 | 0011111111100100101101101010001110111000001111111111110111100110 | 3fe4b6a3b83ffde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)