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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 脱他属竪続造 | 100100100100010110010001101111001001000110101110100100100100011110010001101100011001000110100010 | 924591bc91ae924791b191a2 |
EUC-JP | 脱他属竪続造 | 110000111010011011000010101111101100001010110000110000111010100011000010101100111100001010100100 | c3a6c2bec2b0c3a8c2b3c2a4 |
UTF-8 | 脱他属竪続造 | 111010001000010010110001111001001011101110010110111001011011000110011110111001111010101110101010111001111011011010011010111010011000000010100000 | e884b1e4bb96e5b19ee7abaae7b69ae980a0 |
UHC | ?他?竪?造 | 001111111111011011100010001111111110001010110101001111111111000011100011 | 3ff6e23fe2b53ff0e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)