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 | 長捧? | 1001001010110111100101011111100100111111 | 92b795f93f |
EUC-JP | 長捧? | 1100010010111001110010101111101100111111 | c4b9cafb3f |
UTF-8 | 長捧깡 | 111010011001010110110111111001101000110110100111111010101011100110100001 | e995b7e68da7eab9a1 |
UHC | 長捧깡 | 111011011111111011011100111010011011000111111000 | edfedce9b1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)