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 | 俉??輿? | 11111010011000010011111100111111100101110110000000111111 | fa613f3f97603f |
EUC-JP | 俉??輿? | 1000111110110001101110110011111100111111110011011100000100111111 | 8fb1bb3f3fcdc13f |
UTF-8 | 俉뤿떩輿숥 | 111001001011111110001001111010111010010010111111111010111001011010101001111010001011110010111111111011001000100010100101 | e4bf89eba4bfeb96a9e8bcbfec88a5 |
UHC | 俉뤿떩輿숥 | 11100111111010111000111111101011100010111011101111100110101010111001101001000010 | e7eb8feb8bbbe6ab9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)