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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 業??悅e | 1000101111000110001111110011111111111010101111011000001010000101 | 8bc63f3ffabd8285 |
EUC-JP | 業???e | 10110110110010000011111100111111001111111010001111100101 | b6c83f3f3fa3e5 |
UTF-8 | 業붹뉘悅e | 111001101010010110101101111010111011011010111001111010111000100110011000111001101000001010000101111011111011110110000101 | e6a5adebb6b9eb8998e68285efbd85 |
UHC | 業붹뉘悅e | 11100101111101101001010011100110101101001011010111100110111011011010001111100101 | e5f694e6b4b5e6eda3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)