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 | ???RB | 0011111100111111001111110101001001000010 | 3f3f3f5242 |
SJIS-WIN | 辿樽棚RB | 1001001001001000100100100100110110010010010010010101001001000010 | 9248924d92495242 |
EUC-JP | 辿樽棚RB | 1100001110101001110000111010111011000011101010100101001001000010 | c3a9c3aec3aa5242 |
UTF-8 | 辿樽棚RB | 1110100010111110101111111110011010101000101111011110011010100011100110100101001001000010 | e8bebfe6a8bde6a39a5242 |
UHC | ?樽棚RB | 00111111111100011101110011011101110111000101001001000010 | 3ff1dcdddc5242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)