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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 遙・シ遙・シ^ | 111010101010000110100101101111001110101010100001101001011011110001011110 | eaa1a5bceaa1a5bc5e |
EUC-JP | 遙・シ遙・シ^ | 11110100101000111000111010100101100011101011110011110100101000111000111010100101100011101011110001011110 | f4a38ea58ebcf4a38ea58ebc5e |
UTF-8 | 遙・シ遙・シ^ | 11101001100000011001100111101111101111011010010111101111101111011011110011101001100000011001100111101111101111011010010111101111101111011011110001011110 | e98199efbda5efbdbce98199efbda5efbdbc5e |
UHC | 遙??遙??^ | 111010011010101100111111001111111110100110101011001111110011111101011110 | e9ab3f3fe9ab3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)