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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | □∫?訥イ] | 10000001101000001000000111100111001111111110011001100011100000110100001101011101 | 81a081e73fe66383435d |
EUC-JP | □∫?訥イ] | 10100010101000101010001011101001001111111110101111000100101001011010010001011101 | a2a2a2e93febc4a5a45d |
UTF-8 | □∫룶訥イ] | 11100010100101101010000111100010100010001010101111101011101000111011011011101000101010001010010111100011100000101010010001011101 | e296a1e288abeba3b6e8a8a5e382a45d |
UHC | □∫룶訥イ] | 1010000111100000101000011111001010001111101010111101001011101101101010111010010001011101 | a1e0a1f28fabd2edaba45d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)