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 | 籤。ト犁 | 111000101101110010100001110001001110000010110011 | e2dca1c4e0b3 |
EUC-JP | 籤。ト犁 | 1110010011011110100011101010000110001110110001001110000010110101 | e4de8ea18ec4e0b5 |
UTF-8 | 籤。ト犁 | 111001111011000110100100111011111011110110100001111011111011111010000100111001111000101010000001 | e7b1a4efbda1efbe84e78a81 |
UHC | 籤??犁 | 111101001101100100111111001111111101011111100000 | f4d93f3fd7e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)