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 | 凋??? | 1001001010011100001111110011111100111111 | 929c3f3f3f |
EUC-JP | 凋?檉? | 11000011111111000011111110001111110001011011101100111111 | c3fc3f8fc5bb3f |
UTF-8 | 凋렪檉랜 | 111001011000011110001011111010111010000010101010111001101010101010001001111010111001111010011100 | e5878beba0aae6aa89eb9e9c |
UHC | 凋렪檉랜 | 1111000010111101100011101011100011101111111000001011011110100011 | f0bd8eb8efe0b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)