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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒟ル7譏 | 1110010011100101100000111000101110000010010101101110011010011000 | e4e5838b8256e698 |
EUC-JP | 蒟ル7譏 | 1110100011100111101001011110101110100011101101111110101111111000 | e8e7a5eba3b7ebf8 |
UTF-8 | 蒟ル7譏 | 111010001001001010011111111000111000001110101011111011111011110010010111111010001010110110001111 | e8929fe383abefbc97e8ad8f |
UHC | ?ル7譏 | 00111111101010111110101110100011101101111101000111000001 | 3fabeba3b7d1c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)