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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 仲???智? | 1001001010000111001111110011111100111111100100100111000100111111 | 92873f3f3f92713f |
EUC-JP | 仲???智? | 1100001111100111001111110011111100111111110000111101001000111111 | c3e73f3f3fc3d23f |
UTF-8 | 仲펜렲렞智첼 | 111001001011101110110010111011011000111010011100111010111010000010110010111010111010000010011110111001101001100110111010111011001011001010111100 | e4bbb2ed8e9ceba0b2eba09ee699baecb2bc |
UHC | 仲펜렲렞智첼 | 111100011110101011000110111001101000111010111111100011101010111111110010101010101100001110111111 | f1eac6e68ebf8eaff2aac3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)