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 | 鈿ス豢オ韶・ | 111001111110110110111101111001101011010010110101111010001110111010100101 | e7edbde6b4b5e8eea5 |
EUC-JP | 鈿ス豢オ韶・ | 111011101110111110001110101111011110110010110110100011101011010111110000111100001000111010100101 | eeef8ebdecb68eb5f0f08ea5 |
UTF-8 | 鈿ス豢オ韶・ | 111010011000100010111111111011111011110110111101111010001011000110100010111011111011110110110101111010011001111110110110111011111011110110100101 | e988bfefbdbde8b1a2efbdb5e99fb6efbda5 |
UHC | 鈿???韶? | 1110111110101111001111110011111100111111111000011101001000111111 | efaf3f3f3fe1d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)