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 | 髦。蛟ゥ譖截 | 11101001100110001010000111100101100000001010100111100110100110111001110101000010 | e998a1e580a9e69b9d42 |
EUC-JP | 髦。蛟ゥ譖截 | 111100011111100010001110101000011110100111100000100011101010100111101011111110111101100110100011 | f1f88ea1e9e08ea9ebfbd9a3 |
UTF-8 | 髦。蛟ゥ譖截 | 111010011010101110100110111011111011110110100001111010001001101110011111111011111011110110101001111010001010110110010110111001101000100010101010 | e9aba6efbda1e89b9fefbda9e8ad96e688aa |
UHC | ??蛟??截 | 0011111100111111110011101111000100111111001111111110111110111000 | 3f3fcef13f3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)