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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍悟ョ育カ | 1110100010110111100011001110010110101110100010001110011110110110 | e8b78ce5ae88e7b6 |
EUC-JP | 霍悟ョ育カ | 11110000101110011011100011100111100011101010111010110000111010011000111010110110 | f0b9b8e78eaeb0e98eb6 |
UTF-8 | 霍悟ョ育カ | 111010011001110010001101111001101000001010011111111011111011110110101110111010001000001010110010111011111011110110110110 | e99c8de6829fefbdaee882b2efbdb6 |
UHC | ?悟?育? | 00111111111001111111011000111111111010111100000000111111 | 3fe7f63febc03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)