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 | 凋????\ | 10010010100111000011111100111111001111110011111101011100 | 929c3f3f3f3f5c |
EUC-JP | 凋????\ | 11000011111111000011111100111111001111110011111101011100 | c3fc3f3f3f3f5c |
UTF-8 | 凋센센센솟\ | 11100101100001111000101111101100100001001011110011101100100001001011110011101100100001001011110011101100100001101001111101011100 | e5878bec84bcec84bcec84bcec869f5c |
UHC | 凋센센센솟\ | 1111000010111101101111001011111010111100101111101011110010111110101111001101101001011100 | f0bdbcbebcbebcbebcda5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)