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 | 巐ェ巐幔坎巐 | 1111101010110110101010101111101010110110100110111110110110011010101010101111101010110110 | fab6aafab69bed9aaafab6 |
EUC-JP | 巐ェ巐幔坎巐 | 100011111011101111111001100011101010101010001111101110111111100111010110111011111101010010101100100011111011101111111001 | 8fbbf98eaa8fbbf9d6efd4ac8fbbf9 |
UTF-8 | 巐ェ巐幔坎巐 | 111001011011011110010000111011111011110110101010111001011011011110010000111001011011100110010100111001011001110110001110111001011011011110010000 | e5b790efbdaae5b790e5b994e59d8ee5b790 |
UHC | ????坎? | 00111111001111110011111100111111110010101110110000111111 | 3f3f3f3fcaec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)