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 | 00111111100111101111010000111111100111101111010001000010 | 3f9ef43f9ef442 |
EUC-JP | 炤橈炤橈B | 1000111111001001110100101101110011110110100011111100100111010010110111001111011001000010 | 8fc9d2dcf68fc9d2dcf642 |
UTF-8 | 炤橈炤橈B | 11100111100000101010010011100110101010011000100011100111100000101010010011100110101010011000100001000010 | e782a4e6a988e782a4e6a98842 |
UHC | 炤橈炤橈B | 111000011011111111101000111110101110000110111111111010001111101001000010 | e1bfe8fae1bfe8fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)