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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髙マト^ | 1111101111111100110011111100010001011110 | fbfccfc45e |
EUC-JP | ?マト^ | 001111111000111011001111100011101100010001011110 | 3f8ecf8ec45e |
UTF-8 | 髙マト^ | 11101001101010111001100111101111101111101000111111101111101111101000010001011110 | e9ab99efbe8fefbe845e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)