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 | 獰g??? | 11100000110101101000001010000111001111110011111100111111 | e0d682873f3f3f |
EUC-JP | 獰g??? | 11100000110110001010001111100111001111110011111100111111 | e0d8a3e73f3f3f |
UTF-8 | 獰g쇂說롥 | 111001111000110110110000111011111011110110000111111011001000011110000010111011111010011010100001111010111010000110100101 | e78db0efbd87ec8782efa6a1eba1a5 |
UHC | 獰g쇂說롥 | 11100111101111101010001111100111100110011011011011100110111100101000111011100101 | e7bea3e799b6e6f28ee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)