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 | 宿?}宿?{^ | 100011110110100000111111011111011000111101101000001111110111101101011110 | 8f683f7d8f683f7b5e |
EUC-JP | 宿?}宿?{^ | 101111011100100100111111011111011011110111001001001111110111101101011110 | bdc93f7dbdc93f7b5e |
UTF-8 | 宿葉}宿葉{^ | 111001011010111010111111111011111010010110101110011111011110010110101110101111111110111110100101101011100111101101011110 | e5aebfefa5ae7de5aebfefa5ae7b5e |
UHC | 宿葉}宿葉{^ | 1110001011010110111000001111000101111101111000101101011011100000111100010111101101011110 | e2d6e0f17de2d6e0f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)