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 | ???D?G | 001111110011111100111111010001000011111101000111 | 3f3f3f443f47 |
SJIS-WIN | ???D?G | 001111110011111100111111010001000011111101000111 | 3f3f3f443f47 |
EUC-JP | ???D?G | 001111110011111100111111010001000011111101000111 | 3f3f3f443f47 |
UTF-8 | 채횓혝D혙G | 1110110010110001100001001110110110011010100100111110110110011000100111010100010011101101100110001001100101000111 | ecb184ed9a93ed989d44ed989947 |
UHC | 채횓혝D혙G | 11000011101001001100001110001110110000101000011101000100110000101000010001000111 | c3a4c38ec28744c28447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)