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 | 蝪。邃。笏ャ | 111001011010000110100001111000101000010010100001111000101001010010101100 | e5a1a1e284a1e294ac |
EUC-JP | 蝪。邃。笏ャ | 111010101010001110001110101000011110001111100100100011101010000111100011111101001000111010101100 | eaa38ea1e3e48ea1e3f48eac |
UTF-8 | 蝪。邃。笏ャ | 111010001001110110101010111011111011110110100001111010011000001010000011111011111011110110100001111001111010110010001111111011111011110110101100 | e89daaefbda1e98283efbda1e7ac8fefbdac |
UHC | ??邃?笏? | 0011111100111111111000101100010100111111111110111110111000111111 | 3f3fe2c53ffbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)