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 | ??В???^ | 0011111100111111100001000100001000111111001111110011111101011110 | 3f3f84423f3f3f5e |
EUC-JP | ??В???^ | 0011111100111111101001111010001100111111001111110011111101011110 | 3f3fa7a33f3f3f5e |
UTF-8 | 琉뚧В琉뚪퍚^ | 111011111010011110001100111010111001101010100111110100001001001011101111101001111000110011101011100110101010101011101101100011011001101001011110 | efa78ceb9aa7d092efa78ceb9aaaed8d9a5e |
UHC | 琉뚧В琉뚪퍚^ | 11101011101001001000110011100110101011001010001111101011101001001000110011101001101110111001000101011110 | eba48ce6aca3eba48ce9bb915e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)