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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?宣?慫 | 001111111001000011101001001111111001110011001111 | 3f90e93f9ccf |
EUC-JP | ?宣?慫 | 001111111100000011101011001111111101100011010001 | 3fc0eb3fd8d1 |
UTF-8 | 렯宣렑慫 | 111010111010000010101111111001011010111010100011111010111010000010010001111001101000010110101011 | eba0afe5aea3eba091e685ab |
UHC | 렯宣렑慫 | 1000111010111100111000001011111010001110101001101111000011110110 | 8ebce0be8ea6f0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)