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 | 荏?裝?諄 | 1000100101100000001111111110010111100100001111111110011001111000 | 89603fe5e43fe678 |
EUC-JP | 荏?裝?諄 | 1011000111000001001111111110101011100110001111111110101111011001 | b1c13feae63febd9 |
UTF-8 | 荏렒裝렡諄 | 111010001000110110001111111010111010000010010010111010001010001110011101111010111010000010100001111010001010101110000100 | e88d8feba092e8a39deba0a1e8ab84 |
UHC | 荏렒裝렡諄 | 11101100111110111000111010100111111011011111101110001110101100101110001011110100 | ecfb8ea7edfb8eb2e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)