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 | ?M?v?M?vB | 001111110100110100111111011101100011111101001101001111110111011001000010 | 3f4d3f763f4d3f7642 |
SJIS-WIN | ?M?v?M?vB | 001111110100110100111111011101100011111101001101001111110111011001000010 | 3f4d3f763f4d3f7642 |
EUC-JP | ?M?v?M?vB | 001111110100110100111111011101100011111101001101001111110111011001000010 | 3f4d3f763f4d3f7642 |
UTF-8 | 뭒M몼v뭒M몼vB | 1110101110101101100100100100110111101011101010101011110001110110111010111010110110010010010011011110101110101010101111000111011001000010 | ebad924debaabc76ebad924debaabc7642 |
UHC | 뭒M몼v뭒M몼vB | 10010010010110100100110110010001101000010111011010010010010110100100110110010001101000010111011001000010 | 925a4d91a176925a4d91a17642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)