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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 凋?縡?才? | 100100101001110000111111111000110111000100111111100011011100101100111111 | 929c3fe3713f8dcb3f |
EUC-JP | 凋?縡?才? | 110000111111110000111111111001011101001000111111101110101100110100111111 | c3fc3fe5d23fbacd3f |
UTF-8 | 凋렪縡렭才렭 | 111001011000011110001011111010111010000010101010111001111011100010100001111010111010000010101101111001101000100110001101111010111010000010101101 | e5878beba0aae7b8a1eba0ade6898deba0ad |
UHC | 凋렪縡렭才렭 | 111100001011110110001110101110001110111010101101100011101011101011101110101001101000111010111010 | f0bd8eb8eead8ebaeea68eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)