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 | ?}?}?? | 001111110111110100111111011111010011111100111111 | 3f7d3f7d3f3f |
SJIS-WIN | ?}?}小? | 00111111011111010011111101111101100011111010110000111111 | 3f7d3f7d8fac3f |
EUC-JP | ?}?}小? | 00111111011111010011111101111101101111101010111000111111 | 3f7d3f7dbeae3f |
UTF-8 | 덾}덾}小덾 | 1110101110001101101111100111110111101011100011011011111001111101111001011011000010001111111010111000110110111110 | eb8dbe7deb8dbe7de5b08feb8dbe |
UHC | 덾}덾}小덾 | 10001001010100010111110110001001010100010111110111100001101100111000100101010001 | 89517d89517de1b38951 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)