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 | 遞育ィ | 1110011110101000100010001110011110101000 | e7a888e7a8 |
EUC-JP | 遞育ィ | 111011101010101010110000111010011000111010101000 | eeaab0e98ea8 |
UTF-8 | 遞育ィ | 111010011000000110011110111010001000001010110010111011111011110110101000 | e9819ee882b2efbda8 |
UHC | 遞育? | 1111010011110110111010111100000000111111 | f4f6ebc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)