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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | カ邊」RE | 1111000111100111101101101110011110110010101000110101001001000101 | f1e7b6e7b2a35245 |
EUC-JP | ?カ邊」RE | 001111111000111010110110111011101011010010001110101000110101001001000101 | 3f8eb6eeb48ea35245 |
UTF-8 | カ邊」RE | 1110111010000101101000101110111110111101101101101110100110000010100010101110111110111101101000110101001001000101 | ee85a2efbdb6e9828aefbda35245 |
UHC | ??邊?RE | 00111111001111111101110010101011001111110101001001000101 | 3f3fdcab3f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)