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 | 石??石惜 | 1001000011001110001111110011111110010000110011101001000011001001 | 90ce3f3f90ce90c9 |
EUC-JP | 石??石惜 | 1100000011010000001111110011111111000000110100001100000011001011 | c0d03f3fc0d0c0cb |
UTF-8 | 石솽솎石惜 | 111001111001111110110011111011001000011010111101111011001000011010001110111001111001111110110011111001101000001110011100 | e79fb3ec86bdec868ee79fb3e6839c |
UHC | 石솽솎石惜 | 11100000101101001011110011100001101111001101010011100000101101001110000010101101 | e0b4bce1bcd4e0b4e0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)