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 | ??o??} | 001111110011111101101111001111110011111101111101 | 3f3f6f3f3f7d |
SJIS-WIN | 恁?o恁?} | 1001110010001100001111110110111110011100100011000011111101111101 | 9c8c3f6f9c8c3f7d |
EUC-JP | 恁?o恁?} | 1101011111101100001111110110111111010111111011000011111101111101 | d7ec3f6fd7ec3f7d |
UTF-8 | 恁₄o恁₄} | 1110011010000001100000011110001010000010100001000110111111100110100000011000000111100010100000101000010001111101 | e68181e282846fe68181e282847d |
UHC | 恁₄o恁₄} | 11101100111101101010100111111110011011111110110011110110101010011111111001111101 | ecf6a9fe6fecf6a9fe7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)