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 | 宿뼾}宿뼾{^ | 111001011010111010111111111010111011110010111110011111011110010110101110101111111110101110111100101111100111101101011110 | e5aebfebbcbe7de5aebfebbcbe7b5e |
UHC | 宿뼾}宿뼾{^ | 1110001011010110100101101100000101111101111000101101011010010110110000010111101101011110 | e2d696c17de2d696c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)