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 | ?T] | 001111110101010001011101 | 3f545d |
SJIS-WIN | 鴉T] | 11101001111010110101010001011101 | e9eb545d |
EUC-JP | 鴉T] | 11110010111011010101010001011101 | f2ed545d |
UTF-8 | 鴉T] | 1110100110110100100010010101010001011101 | e9b489545d |
UHC | 鴉T] | 11100100101111000101010001011101 | e4bc545d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)