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 | ͬßõú | 1100110110101100110111111111010111111010 | cdacdff5fa |
SJIS-WIN | ?¬??? | 001111111000000111001010001111110011111100111111 | 3f81ca3f3f3f |
EUC-JP | ͬßõú | 1000111110101010101111111010001011001100100011111010100111001110100011111010101111011000100011111010101111100010 | 8faabfa2cc8fa9ce8fabd88fabe2 |
UTF-8 | ͬßõú | 11000011100011011100001010101100110000111001111111000011101101011100001110111010 | c38dc2acc39fc3b5c3ba |
UHC | ??ß?? | 001111110011111110101001101011000011111100111111 | 3f3fa9ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)