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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跟・邀滓鈆 | 111001101110111010100101111001111011000110011111111001101111101111000001 | e6eea5e7b19fe6fbc1 |
EUC-JP | 跟・邀滓鈆 | 1110110011110000100011101010010111101110101100111101111011101000100011111110001110111100 | ecf08ea5eeb3dee88fe3bc |
UTF-8 | 跟・邀滓鈆 | 111010001011011110011111111011111011110110100101111010011000001010000000111001101011101110010011111010011000100010000110 | e8b79fefbda5e98280e6bb93e98886 |
UHC | ??邀滓? | 00111111001111111110100110101101111011101010101100111111 | 3f3fe9adeeab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)