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 | ??釘捧 | 001111110011111110010011010000101001010111111001 | 3f3f934295f9 |
EUC-JP | 醬?釘捧 | 1000111111100010111100110011111111000101101000111100101011111011 | 8fe2f33fc5a3cafb |
UTF-8 | 醬렊釘捧 | 111010011000011010101100111010111010000010001010111010011000011110011000111001101000110110100111 | e986aceba08ae98798e68da7 |
UHC | 醬렊釘捧 | 1110110111111101100011101010000111101111111110011101110011101001 | edfd8ea1eff9dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)