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 | 鬆ス髴、 | 111010011010000010111101111010011001110010100100 | e9a0bde99ca4 |
EUC-JP | 鬆ス髴、 | 1111001010100010100011101011110111110001111111001000111010100100 | f2a28ebdf1fc8ea4 |
UTF-8 | 鬆ス髴、 | 111010011010110010000110111011111011110110111101111010011010101110110100111011111011110110100100 | e9ac86efbdbde9abb4efbda4 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)