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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ч? | 00111111100001001000100100111111 | 3f84893f |
EUC-JP | 熒ч? | 100011111100101010100111101001111110100100111111 | 8fcaa7a7e93f |
UTF-8 | 熒ч뀏 | 1110011110000110100100101101000110000111111010111000000010001111 | e78692d187eb808f |
UHC | 熒ч뀏 | 111110111010011110101100111010011000010110001010 | fba7ace9858a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)