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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ィ奛ァィ奛ァB | 101010001111101010100001101001111010100011111010101000011010011101000010 | a8faa1a7a8faa1a742 |
EUC-JP | ィ奛ァィ奛ァB | 100011101010100010001111101110001111011110001110101001111000111010101000100011111011100011110111100011101010011101000010 | 8ea88fb8f78ea78ea88fb8f78ea742 |
UTF-8 | ィ奛ァィ奛ァB | 11101111101111011010100011100101101001011001101111101111101111011010011111101111101111011010100011100101101001011001101111101111101111011010011101000010 | efbda8e5a59befbda7efbda8e5a59befbda742 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)