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 | 踟廷「喜ッВ | 11100110111101111001001011101100101000101000101011101100101011111000010001000010 | e6f792eca28aecaf8442 |
EUC-JP | 踟廷「喜ッВ | 111011001111100111000100111011101000111010100010101101001110111010001110101011111010011110100011 | ecf9c4ee8ea2b4ee8eafa7a3 |
UTF-8 | 踟廷「喜ッВ | 1110100010111000100111111110010110111011101101111110111110111101101000101110010110010110100111001110111110111101101011111101000010010010 | e8b89fe5bbb7efbda2e5969cefbdafd092 |
UHC | ?廷?喜?В | 001111111110111111010101001111111111110111101100001111111010110010100011 | 3fefd53ffdec3faca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)