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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 迯苓庶迯 | 1110011110001101100101111110100010001111100011101110011110001101 | e78d97e88f8ee78d |
EUC-JP | 迯苓庶迯 | 1110110111101101110011101110101010111101111011101110110111101101 | ededceeabdeeeded |
UTF-8 | 迯苓庶迯 | 111010001011111110101111111010001000101110010011111001011011101010110110111010001011111110101111 | e8bfafe88b93e5bab6e8bfaf |
UHC | ??庶? | 0011111100111111110111111110111000111111 | 3f3fdfee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)