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 | ?篩ε俤 | 00111111111000101011111110000011110000111001100011011101 | 3fe2bf83c398dd |
EUC-JP | 鋌篩ε俤 | 100011111110010010111011111001001100000110100110110001011101000011011111 | 8fe4bbe4c1a6c5d0df |
UTF-8 | 鋌篩ε俤 | 1110100110001011100011001110011110101111101010011100111010110101111001001011111110100100 | e98b8ce7afa9ceb5e4bfa4 |
UHC | 鋌篩ε? | 11101111111110111101111011101000101001011110010100111111 | effbdee8a5e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)