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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銑臥銑 | 100100010100110010001001111001111001000101001100 | 914c89e7914c |
EUC-JP | 銑臥銑 | 110000011010110110110010111010011100000110101101 | c1adb2e9c1ad |
UTF-8 | 銑臥銑 | 111010011000101010010001111010001000011110100101111010011000101010010001 | e98a91e887a5e98a91 |
UHC | 銑臥銑 | 111000001101010111101000110000101110000011010101 | e0d5e8c2e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)