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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 容??\ | 1001011101100101001111110011111101011100 | 97653f3f5c |
EUC-JP | 容??\ | 1100110111000110001111110011111101011100 | cdc63f3f5c |
UTF-8 | 容섊뤈\ | 11100101101011101011100111101100100001001000101011101011101001001000100001011100 | e5aeb9ec848aeba4885c |
UHC | 容섊뤈\ | 11101001101110111001100011100111100011111011100001011100 | e9bb98e78fb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)