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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 筰癘}筰癘{^ | 1110001010101001111000011001011001111101111000101010100111100001100101100111101101011110 | e2a9e1967de2a9e1967b5e |
EUC-JP | 筰癘}筰癘{^ | 1110010010101011111000011111011001111101111001001010101111100001111101100111101101011110 | e4abe1f67de4abe1f67b5e |
UTF-8 | 筰癘}筰癘{^ | 111001111010110110110000111001111001100110011000011111011110011110101101101100001110011110011001100110000111101101011110 | e7adb0e799987de7adb0e799987b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)