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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 凋??逗?\ | 1001001010011100001111110011111110010000100000000011111101011100 | 929c3f3f90803f5c |
EUC-JP | 凋??逗?\ | 1100001111111100001111110011111110111111111000000011111101011100 | c3fc3f3fbfe03f5c |
UTF-8 | 凋양렜逗욱\ | 11100101100001111000101111101100100101101001000111101011101000001001110011101001100000001001011111101100100110101011000101011100 | e5878bec9691eba09ce98097ec9ab15c |
UHC | 凋양렜逗욱\ | 1111000010111101101111101110011110001110101011101101010011101000101111111110110101011100 | f0bdbee78eaed4e8bfed5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)