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 | 莟醐習\ | 11100100101011111000110011101101100011110100101101011100 | e4af8ced8f4b5c |
EUC-JP | 莟醐習\ | 11101000101100011011100011101111101111011010110001011100 | e8b1b8efbdac5c |
UTF-8 | 莟醐習\ | 11101000100011101001111111101001100001101001000011100111101111111001001001011100 | e88e9fe98690e7bf925c |
UHC | ??習\ | 0011111100111111111000111010011101011100 | 3f3fe3a75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)