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 | 宵筍゙ッ] | 10001111101010101110001010100001110111101010111101011101 | 8faae2a1deaf5d |
EUC-JP | 宵筍゙ッ] | 101111101010110011100100101000111000111011011110100011101010111101011101 | beace4a38ede8eaf5d |
UTF-8 | 宵筍゙ッ] | 11100101101011101011010111100111101011011000110111101111101111101001111011101111101111011010111101011101 | e5aeb5e7ad8defbe9eefbdaf5d |
UHC | 宵筍??] | 11100001101100101110001011101100001111110011111101011101 | e1b2e2ec3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)