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 | ??衣? | 0011111100111111100010001101111100111111 | 3f3f88df3f |
EUC-JP | 佾?衣? | 10001111101100001111101100111111101100001110000100111111 | 8fb0fb3fb0e13f |
UTF-8 | 佾렪衣쭹 | 111001001011110110111110111010111010000010101010111010001010000110100011111011001010110110111001 | e4bdbeeba0aae8a1a3ecadb9 |
UHC | 佾렪衣쭹 | 1110110011101011100011101011100011101011111111011100001011100111 | eceb8eb8ebfdc2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)