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 | ヘ讌ァ | 11001101111001101010010110100111 | cde6a5a7 |
EUC-JP | ヘ讌ァ | 100011101100110111101100101001111000111010100111 | 8ecdeca78ea7 |
UTF-8 | ヘ讌ァ | 111011111011111010001101111010001010111010001100111011111011110110100111 | efbe8de8ae8cefbda7 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)