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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 業??業??^ | 100010111100011000111111001111111000101111000110001111110011111101011110 | 8bc63f3f8bc63f3f5e |
EUC-JP | 業??業??^ | 101101101100100000111111001111111011011011001000001111110011111101011110 | b6c83f3fb6c83f3f5e |
UTF-8 | 業깅젿業깅젿^ | 11100110101001011010110111101010101110011000010111101100101000001011111111100110101001011010110111101010101110011000010111101100101000001011111101011110 | e6a5adeab985eca0bfe6a5adeab985eca0bf5e |
UHC | 業깅젿業깅젿^ | 11100101111101101011000111101011101000001011000111100101111101101011000111101011101000001011000101011110 | e5f6b1eba0b1e5f6b1eba0b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)