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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ラク[ラク[^ | 1101011110111000111100111010111101011011110101111011100011110011101011110101101101011110 | d7b8f3af5bd7b8f3af5b5e |
EUC-JP | ラク?[ラク?[^ | 10001110110101111000111010111000001111110101101110001110110101111000111010111000001111110101101101011110 | 8ed78eb83f5b8ed78eb83f5b5e |
UTF-8 | ラク[ラク[^ | 111011111011111010010111111011111011110110111000111011101000101010100010010110111110111110111110100101111110111110111101101110001110111010001010101000100101101101011110 | efbe97efbdb8ee8aa25befbe97efbdb8ee8aa25b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)