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 | ïc | 100110101110111110000001011000111000000110000001 | 9aef81638181 |
SJIS-WIN | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
EUC-JP | ?ï?c?? | 0011111110001111101010111100000100111111011000110011111100111111 | 3f8fabc13f633f3f |
UTF-8 | ïc | 1100001010011010110000111010111111000010100000010110001111000010100000011100001010000001 | c29ac3afc28163c281c281 |
UHC | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)