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 | 籵朱灰襞 | 1110001011100000100011101110100110001010010001001110010111111100 | e2e08ee98a44e5fc |
EUC-JP | 籵朱灰襞 | 1110010011100010101111001110101110110011101001011110101011111110 | e4e2bcebb3a5eafe |
UTF-8 | 籵朱灰襞 | 111001111011000110110101111001101001110010110001111001111000000110110000111010001010010110011110 | e7b1b5e69cb1e781b0e8a59e |
UHC | ?朱灰? | 001111111111000110111001111111001110100100111111 | 3ff1b9fce93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)