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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 製????拂^ | 100100001011101100111111001111110011111100111111100111010110001101011110 | 90bb3f3f3f3f9d635e |
EUC-JP | 製???焌拂^ | 1100000010111101001111110011111100111111100011111100100111101000110110011100010001011110 | c0bd3f3f3f8fc9e8d9c45e |
UTF-8 | 製렩罹렗焌拂^ | 11101000101000111011110111101011101000001010100111101111101001111010011011101011101000001001011111100111100001001000110011100110100010111000001001011110 | e8a3bdeba0a9efa7a6eba097e7848ce68b825e |
UHC | 製렩罹렗焌拂^ | 11110000101100101000111010110111111011001011101010001110101011001111000111100000110111011101100101011110 | f0b28eb7ecba8eacf1e0ddd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)