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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 螳溷シ讐] | 1110010110101110100111111110010110111100100011110101000101011101 | e5ae9fe5bc8f515d |
EUC-JP | 螳溷シ讐] | 111010101011000011011110111001111000111010111100101111011011001001011101 | eab0dee78ebcbdb25d |
UTF-8 | 螳溷シ讐] | 11101000100111101011001111100110101110101011011111101111101111011011110011101000101011101001000001011101 | e89eb3e6bab7efbdbce8ae905d |
UHC | 螳??讐] | 11010011110110010011111100111111111000101100001001011101 | d3d93f3fe2c25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)