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 | 将脯将ョ | 10001111101010111110001111111011100011111010101110101110 | 8fabe3fb8fabae |
EUC-JP | 将脯将ョ | 1011111010101101111001101111110110111110101011011000111010101110 | beade6fdbead8eae |
UTF-8 | 将脯将ョ | 111001011011000010000110111010001000010010101111111001011011000010000110111011111011110110101110 | e5b086e884afe5b086efbdae |
UHC | ?脯?? | 0011111111111000111000010011111100111111 | 3ff8e13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)