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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | ?短@?短@B | 001111111001001001011010010000000011111110010010010110100100000001000010 | 3f925a403f925a4042 |
EUC-JP | ?短@?短@B | 001111111100001110111011010000000011111111000011101110110100000001000010 | 3fc3bb403fc3bb4042 |
UTF-8 | 렺短@렺短@B | 111010111010000010111010111001111001111110101101010000001110101110100000101110101110011110011111101011010100000001000010 | eba0bae79fad40eba0bae79fad4042 |
UHC | 렺短@렺短@B | 1000111011000010110100111010110101000000100011101100001011010011101011010100000001000010 | 8ec2d3ad408ec2d3ad4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)