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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髴肴「ァ豬傳 | 11101001100111001000110111100110101000101010011111100110101101011001100101000010 | e99c8de6a2a7e6b59942 |
EUC-JP | 髴肴「ァ豬傳 | 111100011111110010111010111010001000111010100010100011101010011111101100101101111101000110100011 | f1fcbae88ea28ea7ecb7d1a3 |
UTF-8 | 髴肴「ァ豬傳 | 111010011010101110110100111010001000001010110100111011111011110110100010111011111011110110100111111010001011000110101100111001011000001010110011 | e9abb4e882b4efbda2efbda7e8b1ace582b3 |
UHC | ?肴???傳 | 0011111111111101101000100011111100111111001111111110111011101110 | 3ffda23f3f3feeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)