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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 炅臥棍h | 11111011010100011000100111100111100111101001111001101000 | fb5189e79e9e68 |
EUC-JP | 炅臥棍h | 1000111111001001110010101011001011101001110110111111111001101000 | 8fc9cab2e9dbfe68 |
UTF-8 | 炅臥棍h | 11100111100000101000010111101000100001111010010111100110101000111000110101101000 | e78285e887a5e6a38d68 |
UHC | 炅臥棍h | 11001100110111011110100011000010110011011110001001101000 | ccdde8c2cde268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)