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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ス郛ホス郛ホB | 101111011110011110111100110011101011110111100111101111001100111001000010 | bde7bccebde7bcce42 |
EUC-JP | ス郛ホス郛ホB | 10001110101111011110111010111110100011101100111010001110101111011110111010111110100011101100111001000010 | 8ebdeebe8ece8ebdeebe8ece42 |
UTF-8 | ス郛ホス郛ホB | 11101111101111011011110111101001100000111001101111101111101111101000111011101111101111011011110111101001100000111001101111101111101111101000111001000010 | efbdbde9839befbe8eefbdbde9839befbe8e42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)