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 | 1101101110100010111010001010110001000010 | dba2e8ac42 |
EUC-JP | ロ「隰B | 10001110110110111000111010100010111100001010111001000010 | 8edb8ea2f0ae42 |
UTF-8 | ロ「隰B | 11101111101111101001101111101111101111011010001011101001100110101011000001000010 | efbe9befbda2e99ab042 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)