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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?功ダP | 001111111000110011110111100000110101111101010000 | 3f8cf7835f50 |
EUC-JP | ?功ダP | 001111111011100011111001101001011100000001010000 | 3fb8f9a5c050 |
UTF-8 | 룴功ダP | 11101011101000111011010011100101100010101001111111100011100000111000000001010000 | eba3b4e58a9fe3838050 |
UHC | 룴功ダP | 10001111101010011100110111101101101010111100000001010000 | 8fa9cdedabc050 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)