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 | 陽鞦韈咤 | 1001011101111010111010001110000111101000111001111001101001000010 | 977ae8e1e8e79a42 |
EUC-JP | 陽鞦韈咤 | 1100110111011011111100001110001111110000111010011101001110100011 | cddbf0e3f0e9d3a3 |
UTF-8 | 陽鞦韈咤 | 111010011001100110111101111010011001111010100110111010011001111110001000111001011001001010100100 | e999bde99ea6e99f88e592a4 |
UHC | 陽??咤 | 111001011101010100111111001111111111011011100011 | e5d53f3ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)