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 | 永??揖? | 10001001011010010011111100111111100101110100101100111111 | 89693f3f974b3f |
EUC-JP | 永??揖? | 10110001110010100011111100111111110011011010110000111111 | b1ca3f3fcdac3f |
UTF-8 | 永띕엪揖퍻 | 111001101011000010111000111010111001110110010101111011001001011110101010111001101000111110010110111011011000110110111011 | e6b0b8eb9d95ec97aae68f96ed8dbb |
UHC | 永띕엪揖퍻 | 11100111101101011011011011101011100111101000001111101011111001111011110001010010 | e7b5b6eb9e83ebe7bc52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)