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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 石??石?? | 1001000011001110001111110011111110010000110011100011111100111111 | 90ce3f3f90ce3f3f |
EUC-JP | 石??石?? | 1100000011010000001111110011111111000000110100000011111100111111 | c0d03f3fc0d03f3f |
UTF-8 | 石솽솎石솽솎 | 111001111001111110110011111011001000011010111101111011001000011010001110111001111001111110110011111011001000011010111101111011001000011010001110 | e79fb3ec86bdec868ee79fb3ec86bdec868e |
UHC | 石솽솎石솽솎 | 111000001011010010111100111000011011110011010100111000001011010010111100111000011011110011010100 | e0b4bce1bcd4e0b4bce1bcd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)