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 | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
SJIS-WIN | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
EUC-JP | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
UTF-8 | 렻렋_렺렮 | 11101011101000001011101111101011101000001000101101011111111010111010000010111010111010111010000010101110 | eba0bbeba08b5feba0baeba0ae |
UHC | 렻렋_렺렮 | 100011101100001110001110101000100101111110001110110000101000111010111011 | 8ec38ea25f8ec28ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)