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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 秧③?耀 | 11100010010111101000011101000010001111111001011101110011 | e25e87423f9773 |
EUC-JP | 秧??耀 | 111000111011111100111111001111111100110111010100 | e3bf3f3fcdd4 |
UTF-8 | 秧③뇽耀 | 111001111010011110100111111000101001000110100010111010111000011110111101111010001000000010000000 | e7a7a7e291a2eb87bde88080 |
UHC | 秧③뇽耀 | 1110010011101011101010001110100110110100101010001110100110100101 | e4eba8e9b4a8e9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)