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??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | 轢急v轢急vB | 1110011110000000100010110111110101110110111001111000000010001011011111010111011001000010 | e7808b7d76e7808b7d7642 |
EUC-JP | 轢急v轢急vB | 1110110111100000101101011101111001110110111011011110000010110101110111100111011001000010 | ede0b5de76ede0b5de7642 |
UTF-8 | 轢急v轢急vB | 111010001011110110100010111001101000000010100101011101101110100010111101101000101110011010000000101001010111011001000010 | e8bda2e680a576e8bda2e680a57642 |
UHC | 轢急v轢急vB | 1101010111111001110100001110000101110110110101011111100111010000111000010111011001000010 | d5f9d0e176d5f9d0e17642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)