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 | ??裝?諄 | 00111111001111111110010111100100001111111110011001111000 | 3f3fe5e43fe678 |
EUC-JP | ??裝?諄 | 00111111001111111110101011100110001111111110101111011001 | 3f3feae63febd9 |
UTF-8 | 易렕裝렡諄 | 111011111010011110100000111010111010000010010101111010001010001110011101111010111010000010100001111010001010101110000100 | efa7a0eba095e8a39deba0a1e8ab84 |
UHC | 易렕裝렡諄 | 11101100101011111000111010101010111011011111101110001110101100101110001011110100 | ecaf8eaaedfb8eb2e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)