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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 爭?肄?? | 11100000101001010011111111100011111001010011111100111111 | e0a53fe3e53f3f |
EUC-JP | 爭?肄?? | 11100000101001110011111111100110111001110011111100111111 | e0a73fe6e73f3f |
UTF-8 | 爭렏肄쯔렒 | 111001111000100010101101111010111010000010001111111010001000001010000100111011001010111110010100111010111010000010010010 | e788adeba08fe88284ecaf94eba092 |
UHC | 爭렏肄쯔렒 | 11101110101100111000111010100101111011001011110111000010111010101000111010100111 | eeb38ea5ecbdc2ea8ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)