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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 湿尺湿悉E | 100011101011110010001110110110101000111010111100100011101011101101000101 | 8ebc8eda8ebc8ebb45 |
EUC-JP | 湿尺湿悉E | 101111001011111010111100110111001011110010111110101111001011110101000101 | bcbebcdcbcbebcbd45 |
UTF-8 | 湿尺湿悉E | 11100110101110011011111111100101101100001011101011100110101110011011111111100110100000101000100101000101 | e6b9bfe5b0bae6b9bfe6828945 |
UHC | ?尺?悉E | 00111111111101001010100100111111111000111111101001000101 | 3ff4a93fe3fa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)