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 | ??}??U | 001111110011111101111101001111110011111101010101 | 3f3f7d3f3f55 |
SJIS-WIN | ??}??U | 001111110011111101111101001111110011111101010101 | 3f3f7d3f3f55 |
EUC-JP | ??}??U | 001111110011111101111101001111110011111101010101 | 3f3f7d3f3f55 |
UTF-8 | 횂혧}횂혩U | 1110110110011010100000101110110110011000101001110111110111101101100110101000001011101101100110001010100101010101 | ed9a82ed98a77ded9a82ed98a955 |
UHC | 횂혧}횂혩U | 11000011100000101100001010001111011111011100001110000010110000101001000101010101 | c382c28f7dc382c29155 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)