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 | 餓λ?筌?? | 100010011110110010000011110010010011111111100010101000110011111100111111 | 89ec83c93fe2a33f3f |
| EUC-JP | 餓λ?筌?? | 101100101110111010100110110010110011111111100100101001010011111100111111 | b2eea6cb3fe4a53f3f |
| UTF-8 | 餓λ젨筌욌젦 | 1110100110100100100100111100111010111011111011001010000010101000111001111010110110001100111011001001101010001100111011001010000010100110 | e9a493cebbeca0a8e7ad8cec9a8ceca0a6 |
| UHC | 餓λ젨筌욌젦 | 111001001011101110100101111010111010000010100000111011111010011110011110111010111010000010011110 | e4bba5eba0a0efa79eeba09e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)