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 | 陋Ъ}陋Ъ{^ | 1110100010011011100001000101101101111101111010001001101110000100010110110111101101011110 | e89b845b7de89b845b7b5e |
EUC-JP | 陋Ъ}陋Ъ{^ | 1110111111111011101001111011110001111101111011111111101110100111101111000111101101011110 | effba7bc7deffba7bc7b5e |
UTF-8 | 陋Ъ}陋Ъ{^ | 11101001100110011000101111010000101010100111110111101001100110011000101111010000101010100111101101011110 | e9998bd0aa7de9998bd0aa7b5e |
UHC | 陋Ъ}陋Ъ{^ | 1101011110110000101011001011110001111101110101111011000010101100101111000111101101011110 | d7b0acbc7dd7b0acbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)