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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ??諶h | 0011111100111111111110111010101001101000 | 3f3ffbaa68 |
EUC-JP | ??諶h | 001111110011111110001111110111101011010101101000 | 3f3f8fdeb568 |
UTF-8 | 렰렽諶h | 11101011101000001011000011101011101000001011110111101000101010111011011001101000 | eba0b0eba0bde8abb668 |
UHC | 렰렽諶h | 10001110101111011000111011000101111001001010011001101000 | 8ebd8ec5e4a668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)