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 | ïè·Ð | 11101111111010001011011111010000 | efe8b7d0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ïè?? | 1000111110101011110000011000111110101011101100100011111100111111 | 8fabc18fabb23f3f |
UTF-8 | ïè·Ð | 1100001110101111110000111010100011000010101101111100001110010000 | c3afc3a8c2b7c390 |
UHC | ??·Ð | 001111110011111110100001101001001010100010100010 | 3f3fa1a4a8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)