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 | åRøR | 111001010101001010001011111110001000000101010010 | e5528bf88152 |
SJIS-WIN | ?R???R | 001111110101001000111111001111110011111101010010 | 3f523f3f3f52 |
EUC-JP | åR?ø?R | 10001111101010111010100101010010001111111000111110101001110011000011111101010010 | 8faba9523f8fa9cc3f52 |
UTF-8 | åRøR | 11000011101001010101001011000010100010111100001110111000110000101000000101010010 | c3a552c28bc3b8c28152 |
UHC | ?R?ø?R | 00111111010100100011111110101001101010100011111101010010 | 3f523fa9aa3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)