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 | 銑錫腺 | 100100010100110010001110111000001001000101000010 | 914c8ee09142 |
EUC-JP | 銑錫腺 | 110000011010110110111100111000101100000110100011 | c1adbce2c1a3 |
UTF-8 | 銑錫腺 | 111010011000101010010001111010011000110010101011111010001000010110111010 | e98a91e98cabe885ba |
UHC | 銑錫腺 | 111000001101010111100000101110001110000011001101 | e0d5e0b8e0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)