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 | ヘ爬ア | 11001101111000001010011010110001 | cde0a6b1 |
EUC-JP | ヘ爬ア | 100011101100110111100000101010001000111010110001 | 8ecde0a88eb1 |
UTF-8 | ヘ爬ア | 111011111011111010001101111001111000100010101100111011111011110110110001 | efbe8de788acefbdb1 |
UHC | ?爬? | 00111111111101111111000000111111 | 3ff7f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)