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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蕈≦け辣駈従 | 111001001111110010000001100001011000001010101111111001111000010110001011111011011000111101011101 | e4fc818582afe7858bed8f5d |
EUC-JP | 蕈≦け辣駈従 | 111010001111111010100001111001011010010010110001111011011110010110110110111011111011110110111110 | e8fea1e5a4b1ede5b6efbdbe |
UTF-8 | 蕈≦け辣駈従 | 111010001001010110001000111000101000100110100110111000111000000110010001111010001011111010100011111010011010011110001000111001011011111010010011 | e89588e289a6e38191e8bea3e9a788e5be93 |
UHC | ??け辣?? | 0011111100111111101010101011000111010101101110000011111100111111 | 3f3faab1d5b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)