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 | Ï³è¾ | 11001111101100111110100010111110 | cfb3e8be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ï?è? | 1000111110101010110000010011111110001111101010111011001000111111 | 8faac13f8fabb23f |
UTF-8 | Ï³è¾ | 1100001110001111110000101011001111000011101010001100001010111110 | c38fc2b3c3a8c2be |
UHC | ?³?¾ | 001111111010100111111000001111111010100011111010 | 3fa9f83fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)