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 | 脉蛾た褂 | 1110001111110101100010011110100110000010101111011110010111100110 | e3f589e982bde5e6 |
EUC-JP | 脉蛾た褂 | 1110011011110111101100101110101110100100101111111110101011101000 | e6f7b2eba4bfeae8 |
UTF-8 | 脉蛾た褂 | 111010001000010010001001111010001001101110111110111000111000000110011111111010001010010010000010 | e88489e89bbee3819fe8a482 |
UHC | ?蛾た? | 001111111110010010110110101010101011111100111111 | 3fe4b6aabf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)