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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?執2? | 001111111000111010110111100000100101000100111111 | 3f8eb782513f |
EUC-JP | ?執2? | 001111111011110010111001101000111011001000111111 | 3fbcb9a3b23f |
UTF-8 | 뤑執2똑 | 111010111010010010010001111001011001111110110111111011111011110010010010111010111001100010010001 | eba491e59fb7efbc92eb9891 |
UHC | 뤑執2똑 | 1000111111000001111100101111101110100011101100101011011011001000 | 8fc1f2fba3b2b6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)