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 | 茆醐十\ | 11100100100110111000110011101101100011110101110001011100 | e49b8ced8f5c5c |
EUC-JP | 茆醐十\ | 11100111111110111011100011101111101111011011110101011100 | e7fbb8efbdbd5c |
UTF-8 | 茆醐十\ | 11101000100011001000011011101001100001101001000011100101100011011000000101011100 | e88c86e98690e58d815c |
UHC | ??十\ | 0011111100111111111001001010100001011100 | 3f3fe4a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)