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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭??魚よ? | 100110000110000000111111001111111000101110011011100000101110011000111111 | 98603f3f8b9b82e63f |
EUC-JP | 倭??魚よ? | 110011111100000100111111001111111011010111111011101001001110100000111111 | cfc13f3fb5fba4e83f |
UTF-8 | 倭롧쥈魚よ옝 | 111001011000000010101101111010111010000110100111111011001010010110001000111010011010110110011010111000111000001010001000111011001001100010011101 | e580adeba1a7eca588e9ad9ae38288ec989d |
UHC | 倭롧쥈魚よ옝 | 111010001101111010001110111001111010001010000001111001011110000010101010111010001001111010011111 | e8de8ee7a281e5e0aae89e9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)