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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脉蛾係褥 | 1110001111110101100010011110100110001100010101111110010111110001 | e3f589e98c57e5f1 |
EUC-JP | 脉蛾係褥 | 1110011011110111101100101110101110110111101110001110101011110011 | e6f7b2ebb7b8eaf3 |
UTF-8 | 脉蛾係褥 | 111010001000010010001001111010001001101110111110111001001011111110000010111010001010010010100101 | e88489e89bbee4bf82e8a4a5 |
UHC | ?蛾係褥 | 00111111111001001011011011001100111101011110100110110011 | 3fe4b6ccf5e9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)