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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | モゥ簫B | 1101001110101001111000101101001001000010 | d3a9e2d242 |
EUC-JP | モゥ簫B | 10001110110100111000111010101001111001001101010001000010 | 8ed38ea9e4d442 |
UTF-8 | モゥ簫B | 11101111101111101001001111101111101111011010100111100111101100001010101101000010 | efbe93efbda9e7b0ab42 |
UHC | ??簫B | 0011111100111111111000011100011101000010 | 3f3fe1c742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)