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 | 祭?呂魏 | 10001101110101010011111110011000010000111110100110110000 | 8dd53f9843e9b0 |
EUC-JP | 祭?呂魏 | 10111010110101110011111111001111101001001111001010110010 | bad73fcfa4f2b2 |
UTF-8 | 祭흙呂魏 | 111001111010010110101101111011011001110110011001111001011001000110000010111010011010110110001111 | e7a5aded9d99e59182e9ad8f |
UHC | 祭흙呂魏 | 1111000010101110110010001110101111010101111001011110101011100000 | f0aec8ebd5e5eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)