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 | ?善? | 00111111100100010101000000111111 | 3f91503f |
EUC-JP | ?善? | 00111111110000011011000100111111 | 3fc1b13f |
UTF-8 | 뤶善틼 | 111010111010010010110110111001011001011010000100111011011000101110111100 | eba4b6e59684ed8bbc |
UHC | 뤶善틼 | 100011111110010011100000101111001011101101000010 | 8fe4e0bcbb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)