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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 燾疾璽v | 111110110101101010001110101111101111000010111001100011101010001101110110 | fb5a8ebef0b98ea376 |
EUC-JP | 燾疾?璽v | 100011111100101010111101101111001100000000111111101111001010010101110110 | 8fcabdbcc03fbca576 |
UTF-8 | 燾疾璽v | 11100111100001111011111011100111100101101011111011101110100000011011100011100111100100101011110101110110 | e787bee796beee81b8e792bd76 |
UHC | 燾疾?璽v | 1101010010100111111100101111000000111111110111111101111001110110 | d4a7f2f03fdfde76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)