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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟒豪げ | 111001011011101110001101100010111000001010110000 | e5bb8d8b82b0 |
EUC-JP | 蟒豪げ | 111010101011110110111001111010111010010010110010 | eabdb9eba4b2 |
UTF-8 | 蟒豪げ | 111010001001111110010010111010001011000110101010111000111000000110010010 | e89f92e8b1aae38192 |
UHC | ?豪げ | 0011111111111011110111111010101010110010 | 3ffbdfaab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)