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 | 遽・邂炉 | 11100111101011111010010111100111101011101001100001000110 | e7afa5e7ae9846 |
EUC-JP | 遽・邂炉 | 1110111010110001100011101010010111101110101100001100111110100111 | eeb18ea5eeb0cfa7 |
UTF-8 | 遽・邂炉 | 111010011000000110111101111011111011110110100101111010011000001010000010111001111000001010001001 | e981bdefbda5e98282e78289 |
UHC | 遽?邂? | 110010111110100000111111111110101011001100111111 | cbe83ffab33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)