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 | 銑線銑 | 100100010100110010010000111111001001000101001100 | 914c90fc914c |
EUC-JP | 銑線銑 | 110000011010110111000000111111101100000110101101 | c1adc0fec1ad |
UTF-8 | 銑線銑 | 111010011000101010010001111001111011011110011010111010011000101010010001 | e98a91e7b79ae98a91 |
UHC | 銑線銑 | 111000001101010111100000110010101110000011010101 | e0d5e0cae0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)