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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 紗爾蔀篠^ | 100011101101000110001110101000101000111011000001100011101100001001011110 | 8ed18ea28ec18ec25e |
EUC-JP | 紗爾蔀篠^ | 101111001101001110111100101001001011110011000011101111001100010001011110 | bcd3bca4bcc3bcc45e |
UTF-8 | 紗爾蔀篠^ | 11100111101101001001011111100111100010001011111011101000100101001000000011100111101011111010000001011110 | e7b497e788bee89480e7afa05e |
UHC | 紗爾?篠^ | 1101111011101001111011001011001100111111111000011100011001011110 | dee9ecb33fe1c65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)