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 | ?®???? | 001111111010111000111111001111110011111100111111 | 3fae3f3f3f3f |
SJIS-WIN | 諸????贈 | 1000111110010100001111110011111100111111001111111001000110100001 | 8f943f3f3f3f91a1 |
EUC-JP | 諸®???贈 | 10111101111101001000111110100010111011100011111100111111001111111100001010100011 | bdf48fa2ee3f3f3fc2a3 |
UTF-8 | 諸®쏭麟렱贈 | 1110100010101011101110001100001010101110111011001000111110101101111011111010011110110011111010111010000010110001111010001011010010001000 | e8abb8c2aeec8fadefa7b3eba0b1e8b488 |
UHC | 諸®쏭麟렱贈 | 111100001011001110100010111001111011110111110110111011001110100010001110101111101111000111111100 | f0b3a2e7bdf6ece88ebef1fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)