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 | ïè³¾ | 11101111111010001011001110111110 | efe8b3be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ïè?? | 1000111110101011110000011000111110101011101100100011111100111111 | 8fabc18fabb23f3f |
UTF-8 | ïè³¾ | 1100001110101111110000111010100011000010101100111100001010111110 | c3afc3a8c2b3c2be |
UHC | ??³¾ | 001111110011111110101001111110001010100011111010 | 3f3fa9f8a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)