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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 製?源?疑? | 100100001011101100111111100011001011100100111111100010110101111000111111 | 90bb3f8cb93f8b5e3f |
EUC-JP | 製?源?疑? | 110000001011110100111111101110001011101100111111101101011011111100111111 | c0bd3fb8bb3fb5bf3f |
UTF-8 | 製렩源렰疑렑 | 111010001010001110111101111010111010000010101001111001101011101010010000111010111010000010110000111001111001011010010001111010111010000010010001 | e8a3bdeba0a9e6ba90eba0b0e79691eba091 |
UHC | 製렩源렰疑렑 | 111100001011001010001110101101111110101010111001100011101011110111101011111101111000111010100110 | f0b28eb7eab98ebdebf78ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)