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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??衣???? | 0011111100111111100010001101111100111111001111110011111100111111 | 3f3f88df3f3f3f3f |
EUC-JP | ??衣???? | 0011111100111111101100001110000100111111001111110011111100111111 | 3f3fb0e13f3f3f3f |
UTF-8 | 藺렯衣펜렪골렱 | 111011111010011110110000111010111010000010101111111010001010000110100011111011011000111010011100111010111010000010101010111010101011001110101000111010111010000010110001 | efa7b0eba0afe8a1a3ed8e9ceba0aaeab3a8eba0b1 |
UHC | 藺렯衣펜렪골렱 | 1110110011100001100011101011110011101011111111011100011011100110100011101011100010110000111100011000111010111110 | ece18ebcebfdc6e68eb8b0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)