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 | ??{G??{R | 0011111100111111011110110100011100111111001111110111101101010010 | 3f3f7b473f3f7b52 |
SJIS-WIN | ??{G??{R | 0011111100111111011110110100011100111111001111110111101101010010 | 3f3f7b473f3f7b52 |
EUC-JP | ??{G??{R | 0011111100111111011110110100011100111111001111110111101101010010 | 3f3f7b473f3f7b52 |
UTF-8 | 횂혺{G횂혺{R | 11101101100110101000001011101101100110001011101001111011010001111110110110011010100000101110110110011000101110100111101101010010 | ed9a82ed98ba7b47ed9a82ed98ba7b52 |
UHC | 횂혺{G횂혺{R | 110000111000001011000010100111110111101101000111110000111000001011000010100111110111101101010010 | c382c29f7b47c382c29f7b52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)