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 | ôèqé] | 100101111111010011101000011100011110100101011101 | 97f4e871e95d |
SJIS-WIN | ???q?] | 001111110011111100111111011100010011111101011101 | 3f3f3f713f5d |
EUC-JP | ?ôèqé] | 001111111000111110101011110101001000111110101011101100100111000110001111101010111011000101011101 | 3f8fabd48fabb2718fabb15d |
UTF-8 | ôèqé] | 11000010100101111100001110110100110000111010100001110001110000111010100101011101 | c297c3b4c3a871c3a95d |
UHC | ???q?] | 001111110011111100111111011100010011111101011101 | 3f3f3f713f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)