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 | ãà·âç | 1110001111100000100000101000100110001000101101111110001011100111 | e3e0828988b7e2e7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ãà????âç | 10001111101010111010101010001111101010111010001000111111001111110011111100111111100011111010101110100100100011111010101110101110 | 8fabaa8faba23f3f3f3f8faba48fabae |
UTF-8 | ãà·âç | 11000011101000111100001110100000110000101000001011000010100010011100001010001000110000101011011111000011101000101100001110100111 | c3a3c3a0c282c289c288c2b7c3a2c3a7 |
UHC | ?????·?? | 001111110011111100111111001111110011111110100001101001000011111100111111 | 3f3f3f3f3fa1a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)