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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 源???? | 100011001011100100111111001111110011111100111111 | 8cb93f3f3f3f |
EUC-JP | 源?勖?? | 1011100010111011001111111000111110110011111011010011111100111111 | b8bb3f8fb3ed3f3f |
UTF-8 | 源렰勖쾨롚 | 111001101011101010010000111010111010000010110000111001011000101110010110111011001011111010101000111010111010000110011010 | e6ba90eba0b0e58b96ecbea8eba19a |
UHC | 源렰勖쾨롚 | 11101010101110011000111010111101111010011110110111000100111010101000111011011110 | eab98ebde9edc4ea8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)