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 | 跚狗処邀 | 1110011011100111100010111110011110001111100010001110011110110001 | e6e78be78f88e7b1 |
EUC-JP | 跚狗処邀 | 1110110011101001101101101110100110111101111010001110111010110011 | ece9b6e9bde8eeb3 |
UTF-8 | 跚狗処邀 | 111010001011011110011010111001111000101110010111111001011000011110100110111010011000001010000000 | e8b79ae78b97e587a6e98280 |
UHC | ?狗?邀 | 001111111100111110110111001111111110100110101101 | 3fcfb73fe9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)