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 | 霍悟ョ亥ッオ | 111010001011011110001100111001011010111010001000111001011010111110110101 | e8b78ce5ae88e5afb5 |
EUC-JP | 霍悟ョ亥ッオ | 111100001011100110111000111001111000111010101110101100001110011110001110101011111000111010110101 | f0b9b8e78eaeb0e78eaf8eb5 |
UTF-8 | 霍悟ョ亥ッオ | 111010011001110010001101111001101000001010011111111011111011110110101110111001001011101010100101111011111011110110101111111011111011110110110101 | e99c8de6829fefbdaee4baa5efbdafefbdb5 |
UHC | ?悟?亥?? | 0011111111100111111101100011111111111010101001000011111100111111 | 3fe7f63ffaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)