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 | 纓櫛険羮 | 1110001110010111100010111111100110001100101011111110001110111100 | e3978bf98cafe3bc |
EUC-JP | 纓櫛険羮 | 1110010111110111101101101111101110111000101100011110011010111110 | e5f7b6fbb8b1e6be |
UTF-8 | 纓櫛険羮 | 111001111011101010010011111001101010101110011011111010011001100110111010111001111011111010101110 | e7ba93e6ab9be999bae7beae |
UHC | 纓櫛?? | 111001111100010111110001111011100011111100111111 | e7c5f1ee3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)