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 | ????I? | 001111110011111100111111001111110100100100111111 | 3f3f3f3f493f |
SJIS-WIN | 邪糘雫I邪 | 1000111011010111111000101111001011110010111110001000111010110100010010011000111011010111 | 8ed7e2f2f2f88eb4498ed7 |
EUC-JP | 邪糘?雫I邪 | 10111100110110011110010011110100001111111011110010110110010010011011110011011001 | bcd9e4f43fbcb649bcd9 |
UTF-8 | 邪糘雫I邪 | 11101001100000101010101011100111101100111001100011101110100010001010111111101001100110111010101101001001111010011000001010101010 | e982aae7b398ee88afe99bab49e982aa |
UHC | 邪???I邪 | 1101111011110111001111110011111100111111010010011101111011110111 | def73f3f3f49def7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)