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 | 在?裝?掌 | 1000110111011101001111111110010111100100001111111000111110110110 | 8ddd3fe5e43f8fb6 |
EUC-JP | 在?裝?掌 | 1011101011011111001111111110101011100110001111111011111010111000 | badf3feae63fbeb8 |
UTF-8 | 在렞裝렒掌 | 111001011001110010101000111010111010000010011110111010001010001110011101111010111010000010010010111001101000111010001100 | e59ca8eba09ee8a39deba092e68e8c |
UHC | 在렞裝렒掌 | 11101110101001001000111010101111111011011111101110001110101001111110110111100110 | eea48eafedfb8ea7ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)