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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 霓??貴B | 11101000101111010011111100111111100010110100110101000010 | e8bd3f3f8b4d42 |
EUC-JP | 霓??貴B | 11110000101111110011111100111111101101011010111001000010 | f0bf3f3fb5ae42 |
UTF-8 | 霓얠뜽貴B | 11101001100111001001001111101100100101101010000011101011100111001011110111101000101100101011010001000010 | e99c93ec96a0eb9cbde8b2b442 |
UHC | 霓얠뜽貴B | 111001111110011110111110111011001000110110111000110011111111111001000010 | e7e7beec8db8cffe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)