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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 暎ュ?液? | 1001110111110011100000111000010100111111100010010111010000111111 | 9df383853f89743f |
EUC-JP | 暎ュ?液? | 1101101011110101101001011110010100111111101100011101010100111111 | daf5a5e53fb1d53f |
UTF-8 | 暎ュ윃液ㅸ | 111001101001101010001110111000111000001110100101111011001001110010000011111001101011011010110010111000111000010110111000 | e69a8ee383a5ec9c83e6b6b2e385b8 |
UHC | 暎ュ윃液ㅸ | 11100111101100101010101111100101100111111000111011100100111110111010010011101000 | e7b2abe59f8ee4fba4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)