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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 뮖뿙v뮖뿙vB | 111010111010111010010110111010111011111110011001011101101110101110101110100101101110101110111111100110010111011001000010 | ebae96ebbf9976ebae96ebbf997642 |
UHC | 뮖뿙v뮖뿙vB | 1001001010100010100101111001110001110110100100101010001010010111100111000111011001000010 | 92a2979c7692a2979c7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)