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 | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 豕想z豕想zB | 1110011010110011100100010111101001111010111001101011001110010001011110100111101001000010 | e6b3917a7ae6b3917a7a42 |
EUC-JP | 豕想z豕想zB | 1110110010110101110000011101101101111010111011001011010111000001110110110111101001000010 | ecb5c1db7aecb5c1db7a42 |
UTF-8 | 豕想z豕想zB | 111010001011000110010101111001101000001110110011011110101110100010110001100101011110011010000011101100110111101001000010 | e8b195e683b37ae8b195e683b37a42 |
UHC | 豕想z豕想zB | 1110001111001110110111111100110001111010111000111100111011011111110011000111101001000010 | e3cedfcc7ae3cedfcc7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)