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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郤我ケ励○ | 111001111011101010001001111001001011100110010111111000111000000110011011 | e7ba89e4b997e3819b |
EUC-JP | 郤我ケ励○ | 11101110101111001011001011100110100011101011100111001110111001011010000111111011 | eebcb2e68eb9cee5a1fb |
UTF-8 | 郤我ケ励○ | 111010011000001110100100111001101000100010010001111011111011110110111001111001011000101010110001111000101001011110001011 | e983a4e68891efbdb9e58ab1e2978b |
UHC | ?我??○ | 00111111111001001011001000111111001111111010000111011011 | 3fe4b23f3fa1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)