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 | 膕よ迂苳 | 1110010001010001100000101110011010001001010010011110010010010100 | e45182e68949e494 |
EUC-JP | 膕よ迂苳 | 1110011110110010101001001110100010110001101010101110011111110100 | e7b2a4e8b1aae7f4 |
UTF-8 | 膕よ迂苳 | 111010001000011010010101111000111000001010001000111010001011111110000010111010001000101110110011 | e88695e38288e8bf82e88bb3 |
UHC | ?よ迂? | 001111111010101011101000111010011110011000111111 | 3faae8e9e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)