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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 纓櫛見絲 | 1110001110010111100010111111100110001100101010011110001101001110 | e3978bf98ca9e34e |
EUC-JP | 纓櫛見絲 | 1110010111110111101101101111101110111000101010111110010110101111 | e5f7b6fbb8abe5af |
UTF-8 | 纓櫛見絲 | 111001111011101010010011111001101010101110011011111010001010011010001011111001111011010110110010 | e7ba93e6ab9be8a68be7b5b2 |
UHC | 纓櫛見絲 | 1110011111000101111100011110111011001100101110001101111011101010 | e7c5f1eeccb8deea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)