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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 吾?漱B | 100011001110000100111111100111111111100101000010 | 8ce13f9ff942 |
EUC-JP | 吾?漱B | 101110001110001100111111110111101111101101000010 | b8e33fdefb42 |
UTF-8 | 吾볢漱B | 11100101100100001011111011101011101100111010001011100110101111001011000101000010 | e590beebb3a2e6bcb142 |
UHC | 吾볢漱B | 11100111111011101001001111101000111000101010101101000010 | e7ee93e8e2ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)