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 | °çóÍ | 10110000111001111111001111001101 | b0e7f3cd |
SJIS-WIN | °??? | 1000000110001011001111110011111100111111 | 818b3f3f3f |
EUC-JP | °çóÍ | 1010000111101011100011111010101110101110100011111010101111010001100011111010101010111111 | a1eb8fabae8fabd18faabf |
UTF-8 | °çóÍ | 1100001010110000110000111010011111000011101100111100001110001101 | c2b0c3a7c3b3c38d |
UHC | °??? | 1010000111000110001111110011111100111111 | a1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)