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 | 祭??珥 | 100011011101010100111111001111111110000011100000 | 8dd53f3fe0e0 |
EUC-JP | 祭泮?珥 | 1011101011010111100011111100011110101000001111111110000011100010 | bad78fc7a83fe0e2 |
UTF-8 | 祭泮사珥 | 111001111010010110101101111001101011001110101110111011001000001010101100111001111000111110100101 | e7a5ade6b3aeec82ace78fa5 |
UHC | 祭泮사珥 | 1111000010101110110110101110101010111011111001111110110010110100 | f0aedaeabbe7ecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)