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 | 杓社蒔 | 1000111011011011100011101101000010001110101010101111000011111011 | 8edb8ed08eaaf0fb |
EUC-JP | 杓社蒔? | 10111100110111011011110011010010101111001010110000111111 | bcddbcd2bcac3f |
UTF-8 | 杓社蒔 | 111001101001110110010011111001111010010010111110111010001001001010010100111011101000001010111010 | e69d93e7a4bee89294ee82ba |
UHC | 杓社蒔? | 11111000111101011101111011100100111000111100100000111111 | f8f5dee4e3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)