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 | 伊逗??? | 10001000110010011001000010000000001111110011111100111111 | 88c990803f3f3f |
EUC-JP | 伊逗?勖? | 101100001100101110111111111000000011111110001111101100111110110100111111 | b0cbbfe03f8fb3ed3f |
UTF-8 | 伊逗욱勖렢 | 111001001011110010001010111010011000000010010111111011001001101010110001111001011000101110010110111010111010000010100010 | e4bc8ae98097ec9ab1e58b96eba0a2 |
UHC | 伊逗욱勖렢 | 11101100101001011101010011101000101111111110110111101001111011011000111010110011 | eca5d4e8bfede9ed8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)