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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 菴醐住\ | 11100100101111011000110011101101100011110101101001011100 | e4bd8ced8f5a5c |
EUC-JP | 菴醐住\ | 11101000101111111011100011101111101111011011101101011100 | e8bfb8efbdbb5c |
UTF-8 | 菴醐住\ | 11101000100011111011010011101001100001101001000011100100101111011000111101011100 | e88fb4e98690e4bd8f5c |
UHC | 菴?住\ | 111001001110000000111111111100011010110001011100 | e4e03ff1ac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)