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 | ??????LB | 0011111100111111001111110011111100111111001111110100110001000010 | 3f3f3f3f3f3f4c42 |
SJIS-WIN | ?ょ????LB | 001111111000001011100101001111110011111100111111001111110100110001000010 | 3f82e53f3f3f3f4c42 |
EUC-JP | ?ょ????LB | 001111111010010011100111001111110011111100111111001111110100110001000010 | 3fa4e73f3f3f3f4c42 |
UTF-8 | 銳ょ뮵連얍폀LB | 1110100110001010101100111110001110000010100001111110101110101110101101011110111110100110100110101110110010010110100011011110110110001111100000000100110001000010 | e98ab3e38287ebaeb5efa69aec968ded8f804c42 |
UHC | 銳ょ뮵連얍폀LB | 1110011111100101101010101110011110010010101111011110011011100110101111101110010110111100100011110100110001000010 | e7e5aae792bde6e6bee5bc8f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)