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 | 纓櫛見茫 | 1110001110010111100010111111100110001100101010011110010010101001 | e3978bf98ca9e4a9 |
EUC-JP | 纓櫛見茫 | 1110010111110111101101101111101110111000101010111110100010101011 | e5f7b6fbb8abe8ab |
UTF-8 | 纓櫛見茫 | 111001111011101010010011111001101010101110011011111010001010011010001011111010001000110010101011 | e7ba93e6ab9be8a68be88cab |
UHC | 纓櫛見茫 | 1110011111000101111100011110111011001100101110001101100011010100 | e7c5f1eeccb8d8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)