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 | û°^[ | 1111101110110000100010100101111001011011 | fbb08a5e5b |
SJIS-WIN | ?°?^[ | 001111111000000110001011001111110101111001011011 | 3f818b3f5e5b |
EUC-JP | û°?^[ | 1000111110101011111001011010000111101011001111110101111001011011 | 8fabe5a1eb3f5e5b |
UTF-8 | û°^[ | 1100001110111011110000101011000011000010100010100101111001011011 | c3bbc2b0c28a5e5b |
UHC | ?°?^[ | 001111111010000111000110001111110101111001011011 | 3fa1c63f5e5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)