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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 簔モ」モ」 | 1111010110111101111000101100000111010011101000111101001110100011 | f5bde2c1d3a3d3a3 |
EUC-JP | ?簔モ」モ」 | 0011111111100100110000111000111011010011100011101010001110001110110100111000111010100011 | 3fe4c38ed38ea38ed38ea3 |
UTF-8 | 簔モ」モ」 | 111011101001000010101000111001111011000010010100111011111011111010010011111011111011110110100011111011111011111010010011111011111011110110100011 | ee90a8e7b094efbe93efbda3efbe93efbda3 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)