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 | 形???趙 | 10001100011000000011111100111111001111111110011011100010 | 8c603f3f3fe6e2 |
EUC-JP | 形?勖?趙 | 101101111100000100111111100011111011001111101101001111111110110011100100 | b7c13f8fb3ed3fece4 |
UTF-8 | 形렠勖렢趙 | 111001011011110110100010111010111010000010100000111001011000101110010110111010111010000010100010111010001011011010011001 | e5bda2eba0a0e58b96eba0a2e8b699 |
UHC | 形렠勖렢趙 | 11111011101000011000111010110001111010011110110110001110101100111111000011100001 | fba18eb1e9ed8eb3f0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)