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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
EUC-JP | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
UTF-8 | 뎚멛烈A몾 | 11101011100011101001101011101011101010011001101111101111101001101001111101000001111010111010101010111110 | eb8e9aeba99befa69f41ebaabe |
UHC | 뎚멛烈A몾 | 100010010110101110010001010011001110011011101111010000011001000110100010 | 896b914ce6ef4191a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)