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 | 臾?た?? | 11100100011010110011111110000010101111010011111100111111 | e46b3f82bd3f3f |
EUC-JP | 臾?た?? | 11100111110011000011111110100100101111110011111100111111 | e7cc3fa4bf3f3f |
UTF-8 | 臾곕た紐룸 | 111010001000011110111110111010101011001110010101111000111000000110011111111011111010011110001111111010111010001110111000 | e887beeab395e3819fefa78feba3b8 |
UHC | 臾곕た紐룸 | 11101011101011001011000011101011101010101011111111101011101010101011011111101011 | ebacb0ebaabfebaab7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)