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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羆よ迂矍 | 1110001110101111100000101110011010001001010010011110000111011101 | e3af82e68949e1dd |
EUC-JP | 羆よ迂矍 | 1110011010110001101001001110100010110001101010101110001011011111 | e6b1a4e8b1aae2df |
UTF-8 | 羆よ迂矍 | 111001111011111010000110111000111000001010001000111010001011111110000010111001111001111110001101 | e7be86e38288e8bf82e79f8d |
UHC | ?よ迂? | 001111111010101011101000111010011110011000111111 | 3faae8e9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)