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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?終?終^ | 00111111100011110100100100111111100011110100100101011110 | 3f8f493f8f495e |
EUC-JP | ?終?終^ | 00111111101111011010101000111111101111011010101001011110 | 3fbdaa3fbdaa5e |
UTF-8 | 룵終룵終^ | 11101011101000111011010111100111101101011000001011101011101000111011010111100111101101011000001001011110 | eba3b5e7b582eba3b5e7b5825e |
UHC | 룵終룵終^ | 100011111010101011110000111110111000111110101010111100001111101101011110 | 8faaf0fb8faaf0fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)