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 | ׮ѽ | 11010111101011101101000110111101 | d7aed1bd |
SJIS-WIN | ×??? | 1000000101111110001111110011111100111111 | 817e3f3f3f |
EUC-JP | ×®Ñ? | 101000011101111110001111101000101110111010001111101010101101000000111111 | a1df8fa2ee8faad03f |
UTF-8 | ׮ѽ | 1100001110010111110000101010111011000011100100011100001010111101 | c397c2aec391c2bd |
UHC | ×®?½ | 10100001101111111010001011100111001111111010100011110110 | a1bfa2e73fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)