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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | チ「チ「B | 111100001110101011000001101000101111000011101010110000011010001001000010 | f0eac1a2f0eac1a242 |
EUC-JP | ?チ「?チ「B | 0011111110001110110000011000111010100010001111111000111011000001100011101010001001000010 | 3f8ec18ea23f8ec18ea242 |
UTF-8 | チ「チ「B | 11101110100000101010100111101111101111101000000111101111101111011010001011101110100000101010100111101111101111101000000111101111101111011010001001000010 | ee82a9efbe81efbda2ee82a9efbe81efbda242 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)