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 | 11100001101100111001101001011111111000100111001001000010 | e1b39a5fe27242 |
EUC-JP | 盖喟穩B | 11100010101101011101001111000000111000111101001101000010 | e2b5d3c0e3d342 |
UTF-8 | 盖喟穩B | 11100111100110111001011011100101100101101001111111100111101010011010100101000010 | e79b96e5969fe7a9a942 |
UHC | 盖?穩B | 110010111100110000111111111010001011000101000010 | cbcc3fe8b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)