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 | ûò | 111110111000111110010101111100101000001010000111 | fb8f95f28287 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | û??ò?? | 10001111101010111110010100111111001111111000111110101011110100100011111100111111 | 8fabe53f3f8fabd23f3f |
UTF-8 | ûò | 110000111011101111000010100011111100001010010101110000111011001011000010100000101100001010000111 | c3bbc28fc295c3b2c282c287 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)