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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | モゥ簫G | 1101001110101001111000101101001001000111 | d3a9e2d247 |
EUC-JP | モゥ簫G | 10001110110100111000111010101001111001001101010001000111 | 8ed38ea9e4d447 |
UTF-8 | モゥ簫G | 11101111101111101001001111101111101111011010100111100111101100001010101101000111 | efbe93efbda9e7b0ab47 |
UHC | ??簫G | 0011111100111111111000011100011101000111 | 3f3fe1c747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)