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 | 祭?呂乙 | 10001101110101010011111110011000010000111000100110110011 | 8dd53f984389b3 |
EUC-JP | 祭?呂乙 | 10111010110101110011111111001111101001001011001010110101 | bad73fcfa4b2b5 |
UTF-8 | 祭흙呂乙 | 111001111010010110101101111011011001110110011001111001011001000110000010111001001011100110011001 | e7a5aded9d99e59182e4b999 |
UHC | 祭흙呂乙 | 1111000010101110110010001110101111010101111001011110101111100000 | f0aec8ebd5e5ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)