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 | ??|??|B | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-WIN | モ」|モ」|B | 11010011101000110111110011010011101000110111110001000010 | d3a37cd3a37c42 |
EUC-JP | モ」|モ」|B | 1000111011010011100011101010001101111100100011101101001110001110101000110111110001000010 | 8ed38ea37c8ed38ea37c42 |
UTF-8 | モ」|モ」|B | 111011111011111010010011111011111011110110100011011111001110111110111110100100111110111110111101101000110111110001000010 | efbe93efbda37cefbe93efbda37c42 |
UHC | ??|??|B | 00111111001111110111110000111111001111110111110001000010 | 3f3f7c3f3f7c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)