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 | ?!莎イ | 00111111100000010100100111100100101100111000001101000011 | 3f8149e4b38343 |
EUC-JP | ?!莎イ | 00111111101000011010101011101000101101011010010110100100 | 3fa1aae8b5a5a4 |
UTF-8 | 룶!莎イ | 111010111010001110110110111011111011110010000001111010001000111010001110111000111000001010100100 | eba3b6efbc81e88e8ee382a4 |
UHC | 룶!莎イ | 1000111110101011101000111010000111011110111011011010101110100100 | 8faba3a1deedaba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)