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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ◆? 莎ァB | 10000001100111110011111110000001010000001110010010110011100000110100000001000010 | 819f3f8140e4b3834042 |
EUC-JP | ◆? 莎ァB | 10100010101000010011111110100001101000011110100010110101101001011010000101000010 | a2a13fa1a1e8b5a5a142 |
UTF-8 | ◆룶 莎ァB | 11100010100101111000011011101011101000111011011011100011100000001000000011101000100011101000111011100011100000101010000101000010 | e29786eba3b6e38080e88e8ee382a142 |
UHC | ◆룶 莎ァB | 1010000111011111100011111010101110100001101000011101111011101101101010111010000101000010 | a1df8faba1a1deedaba142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)