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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迹紫審羃 | 1110011110010001100011101000011110010000010100101110001110110000 | e7918e879052e3b0 |
EUC-JP | 迹紫審羃 | 1110110111110001101110111110011110111111101100111110011010110010 | edf1bbe7bfb3e6b2 |
UTF-8 | 迹紫審羃 | 111010001011111110111001111001111011010010101011111001011010111110101001111001111011111010000011 | e8bfb9e7b4abe5afa9e7be83 |
UHC | 迹紫審? | 11101110111010011110110110111001111000111111101100111111 | eee9edb9e3fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)