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 | û°y\ | 1111101110110000100010100111100101011100 | fbb08a795c |
SJIS-WIN | ?°?y\ | 001111111000000110001011001111110111100101011100 | 3f818b3f795c |
EUC-JP | û°?y\ | 1000111110101011111001011010000111101011001111110111100101011100 | 8fabe5a1eb3f795c |
UTF-8 | û°y\ | 1100001110111011110000101011000011000010100010100111100101011100 | c3bbc2b0c28a795c |
UHC | ?°?y\ | 001111111010000111000110001111110111100101011100 | 3fa1c63f795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)