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 | ¼Å¼¥O@h | 10111100110001011011110010100101010011110100000001101000 | bcc5bca54f4068 |
SJIS-WIN | ???¥O@h | 0011111100111111001111111000000110001111010011110100000001101000 | 3f3f3f818f4f4068 |
EUC-JP | ?Å??O@h | 001111111000111110101010101010010011111100111111010011110100000001101000 | 3f8faaa93f3f4f4068 |
UTF-8 | ¼Å¼¥O@h | 1100001010111100110000111000010111000010101111001100001010100101010011110100000001101000 | c2bcc385c2bcc2a54f4068 |
UHC | ¼?¼?O@h | 101010001111100100111111101010001111100100111111010011110100000001101000 | a8f93fa8f93f4f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)