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 | ߸¡ÍõÕ | 110111111011100010100001110011011111010111010101 | dfb8a1cdf5d5 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ߸¡ÍõÕ | 100011111010100111001110100011111010001010110001100011111010001011000010100011111010101010111111100011111010101111011000100011111010101011011000 | 8fa9ce8fa2b18fa2c28faabf8fabd88faad8 |
UTF-8 | ߸¡ÍõÕ | 110000111001111111000010101110001100001010100001110000111000110111000011101101011100001110010101 | c39fc2b8c2a1c38dc3b5c395 |
UHC | ߸¡??? | 101010011010110010100010101011001010001010101110001111110011111100111111 | a9aca2aca2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)