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 | í¨dU | 1110110110011000101010000110010001010101 | ed98a86455 |
SJIS-WIN | ??¨dU | 001111110011111110000001010011100110010001010101 | 3f3f814e6455 |
EUC-JP | í?¨dU | 1000111110101011101111110011111110100001101011110110010001010101 | 8fabbf3fa1af6455 |
UTF-8 | í¨dU | 1100001110101101110000101001100011000010101010000110010001010101 | c3adc298c2a86455 |
UHC | ??¨dU | 001111110011111110100001101001110110010001010101 | 3f3fa1a76455 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)