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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | カトhカト | 1011011011000100011010001011011011000100 | b6c468b6c4 |
EUC-JP | カトhカト | 100011101011011010001110110001000110100010001110101101101000111011000100 | 8eb68ec4688eb68ec4 |
UTF-8 | カトhカト | 11101111101111011011011011101111101111101000010001101000111011111011110110110110111011111011111010000100 | efbdb6efbe8468efbdb6efbe84 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)