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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犢紗紆盧 | 1110000010110111100011101101000111100010111111001110000110111000 | e0b78ed1e2fce1b8 |
EUC-JP | 犢紗紆盧 | 1110000010111001101111001101001111100100111111101110001010111010 | e0b9bcd3e4fee2ba |
UTF-8 | 犢紗紆盧 | 111001111000101010100010111001111011010010010111111001111011010010000110111001111001101110100111 | e78aa2e7b497e7b486e79ba7 |
UHC | 犢紗紆盧 | 1101010010111011110111101110100111101001111000011101011011010100 | d4bbdee9e9e1d6d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)