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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 吟??蘖扶 | 1000101111100001001111110011111110011111010100001001010101111101 | 8be13f3f9f50957d |
EUC-JP | 吟??蘖扶 | 1011011011100011001111110011111111011101101100011100100111011110 | b6e33f3fddb1c9de |
UTF-8 | 吟㏘짠蘖扶 | 111001011001000010011111111000111000111110011000111011001010011110100000111010001001100010010110111001101000100110110110 | e5909fe38f98eca7a0e89896e689b6 |
UHC | 吟㏘짠蘖扶 | 11101011111000011010001011100100110000101010011111100101111011101101110110100110 | ebe1a2e4c2a7e5eedda6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)