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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 省ル柀レ^ | 10001111110010001101100111111010111001001101101001011110 | 8fc8d9fae4da5e |
EUC-JP | 省ル柀レ^ | 10111110110010101000111011011001100011111100001110111001100011101101101001011110 | beca8ed98fc3b98eda5e |
UTF-8 | 省ル柀レ^ | 11100111100111001000000111101111101111101001100111100110100111111000000011101111101111101001101001011110 | e79c81efbe99e69f80efbe9a5e |
UHC | 省???^ | 111000001111110100111111001111110011111101011110 | e0fd3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)