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 | 霍悟ョ域「カ | 111010001011011110001100111001011010111010001000111001101010001010110110 | e8b78ce5ae88e6a2b6 |
EUC-JP | 霍悟ョ域「カ | 111100001011100110111000111001111000111010101110101100001110100010001110101000101000111010110110 | f0b9b8e78eaeb0e88ea28eb6 |
UTF-8 | 霍悟ョ域「カ | 111010011001110010001101111001101000001010011111111011111011110110101110111001011001111110011111111011111011110110100010111011111011110110110110 | e99c8de6829fefbdaee59f9fefbda2efbdb6 |
UHC | ?悟?域?? | 0011111111100111111101100011111111100110101101000011111100111111 | 3fe7f63fe6b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)