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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 石??石??^ | 100100001100111000111111001111111001000011001110001111110011111101011110 | 90ce3f3f90ce3f3f5e |
EUC-JP | 石??石??^ | 110000001101000000111111001111111100000011010000001111110011111101011110 | c0d03f3fc0d03f3f5e |
UTF-8 | 石솖소石솖소^ | 11100111100111111011001111101100100001101001011011101100100001101000110011100111100111111011001111101100100001101001011011101100100001101000110001011110 | e79fb3ec8696ec868ce79fb3ec8696ec868c5e |
UHC | 石솖소石솖소^ | 11100000101101001011110011010111101111001101001011100000101101001011110011010111101111001101001001011110 | e0b4bcd7bcd2e0b4bcd7bcd25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)