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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | ラ鰛ヲQ] | 1101011111101001110110101010011011110011101010010101000101011101 | d7e9daa6f3a9515d |
EUC-JP | ラ鰛ヲ?Q] | 100011101101011111110010110111001000111010100110001111110101000101011101 | 8ed7f2dc8ea63f515d |
UTF-8 | ラ鰛ヲQ] | 1110111110111110100101111110100110110000100110111110111110111101101001101110111010001010100111000101000101011101 | efbe97e9b09befbda6ee8a9c515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)