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 | 映??徇?營 | 100010010110011000111111001111111001110001101101001111111001101001111010 | 89663f3f9c6d3f9a7a |
EUC-JP | 映??徇?營 | 101100011100011100111111001111111101011111001110001111111101001111011011 | b1c73f3fd7ce3fd3db |
UTF-8 | 映뽫돉徇숽營 | 111001101001100010100000111010111011110110101011111010111000111110001001111001011011111010000111111011001000100010111101111001111000011110011111 | e698a0ebbdabeb8f89e5be87ec88bde7879f |
UHC | 映뽫돉徇숽營 | 111001111011000110010110111001111000100110011001111000101101111110011010010100101110011110111101 | e7b196e78999e2df9a52e7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)