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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??業? | 0011111100111111100010111100011000111111 | 3f3f8bc63f |
EUC-JP | ??業? | 0011111100111111101101101100100000111111 | 3f3fb6c83f |
UTF-8 | 뎚뫉業묷 | 111010111000111010011010111010111010101110001001111001101010010110101101111010111010110010110111 | eb8e9aebab89e6a5adebacb7 |
UHC | 뎚뫉業묷 | 1000100101101011100100011010101111100101111101101001001001001011 | 896b91abe5f6924b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)