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 | Íפ | 100011101100110110001110110101111000111010100100 | 8ecd8ed78ea4 |
SJIS-WIN | ???×?? | 00111111001111110011111110000001011111100011111100111111 | 3f3f3f817e3f3f |
EUC-JP | ?Í?×?¤ | 0011111110001111101010101011111100111111101000011101111100111111100011111010001011110000 | 3f8faabf3fa1df3f8fa2f0 |
UTF-8 | Íפ | 110000101000111011000011100011011100001010001110110000111001011111000010100011101100001010100100 | c28ec38dc28ec397c28ec2a4 |
UHC | ???×?¤ | 0011111100111111001111111010000110111111001111111010001010110100 | 3f3f3fa1bf3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)