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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晤わ?要 | 10011101111010111000001011101101001111111001011101110110 | 9deb82ed3f9776 |
EUC-JP | 晤わ?要 | 11011010111011011010010011101111001111111100110111010111 | daeda4ef3fcdd7 |
UTF-8 | 晤わ숯要 | 111001101001100110100100111000111000001010001111111011001000100010101111111010001010011010000001 | e699a4e3828fec88afe8a681 |
UHC | 晤わ숯要 | 1110011111111011101010101110111110111101101000011110100110101001 | e7fbaaefbda1e9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)