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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 沚兢?B | 100111111000110110011001010111010011111101000010 | 9f8d995d3f42 |
EUC-JP | 沚兢?B | 110111011110110111010001101111100011111101000010 | ddedd1be3f42 |
UTF-8 | 沚兢헉B | 11100110101100101001101011100101100001011010001011101101100101111000100101000010 | e6b29ae585a2ed978942 |
UHC | 沚兢헉B | 11110010101011111101000011100111110001111110010001000010 | f2afd0e7c7e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)