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 | ?!序ィ? | 0011111110000001010010011000111110011000100000110100001000111111 | 3f81498f9883423f |
EUC-JP | ?!序ィ? | 0011111110100001101010101011110111111000101001011010001100111111 | 3fa1aabdf8a5a33f |
UTF-8 | 룶!序ィ룵 | 111010111010001110110110111011111011110010000001111001011011101010001111111000111000001010100011111010111010001110110101 | eba3b6efbc81e5ba8fe382a3eba3b5 |
UHC | 룶!序ィ룵 | 10001111101010111010001110100001110111111110110110101011101000111000111110101010 | 8faba3a1dfedaba38faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)