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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 簇絅?窩 | 11100010110001101110001101000100001111111110001001111100 | e2c6e3443fe27c |
EUC-JP | 簇絅?窩 | 11100100110010001110010110100101001111111110001111011101 | e4c8e5a53fe3dd |
UTF-8 | 簇絅췹窩 | 111001111011000010000111111001111011010110000101111011001011011110111001111001111010101010101001 | e7b087e7b585ecb7b9e7aaa9 |
UHC | 簇絅췹窩 | 1111000011101010110011001110011111000011111011111110100011000000 | f0eacce7c3efe8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)