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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | レ袒ツ | 11011010111001011101011011000010 | dae5d6c2 |
EUC-JP | レ袒ツ | 100011101101101011101010110110001000111011000010 | 8edaead88ec2 |
UTF-8 | レ袒ツ | 111011111011111010011010111010001010001010010010111011111011111010000010 | efbe9ae8a292efbe82 |
UHC | ?袒? | 00111111110100111011001000111111 | 3fd3b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)