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 | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
SJIS-WIN | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
EUC-JP | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
UTF-8 | 렛맒㉠@렛맒㉠@B | 111010111010000010011011111010111010011110010010111000111000100110100000010000001110101110100000100110111110101110100111100100101110001110001001101000000100000001000010 | eba09beba792e389a040eba09beba792e389a04042 |
UHC | 렛맒㉠@렛맒㉠@B | 101101111011111110111000101111011010100010110001010000001011011110111111101110001011110110101000101100010100000001000010 | b7bfb8bda8b140b7bfb8bda8b14042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)