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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?篩ε倚? | 0011111111100010101111111000001111000011100110001101111100111111 | 3fe2bf83c398df3f |
EUC-JP | 鋌篩ε倚? | 10001111111001001011101111100100110000011010011011000101110100001110000100111111 | 8fe4bbe4c1a6c5d0e13f |
UTF-8 | 鋌篩ε倚렔 | 1110100110001011100011001110011110101111101010011100111010110101111001011000000010011010111010111010000010010100 | e98b8ce7afa9ceb5e5809aeba094 |
UHC | 鋌篩ε倚렔 | 11101111111110111101111011101000101001011110010111101011111011111000111010101001 | effbdee8a5e5ebef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)