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 | ???g??S?V | 001111110011111100111111011001110011111100111111010100110011111101010110 | 3f3f3f673f3f533f56 |
SJIS-WIN | ???g??S?V | 001111110011111100111111011001110011111100111111010100110011111101010110 | 3f3f3f673f3f533f56 |
EUC-JP | ???g??S?V | 001111110011111100111111011001110011111100111111010100110011111101010110 | 3f3f3f673f3f533f56 |
UTF-8 | 혵횉횪g창짝S횪V | 111011011001100010110101111011011001101010001001111011011001101010101010011001111110110010110000101111011110110010100111100111010101001111101101100110101010101001010110 | ed98b5ed9a89ed9aaa67ecb0bdeca79d53ed9aaa56 |
UHC | 혵횉횪g창짝S횪V | 110000101001110011000011100001111100001110100000011001111100001110100010110000101010011001010011110000111010000001010110 | c29cc387c3a067c3a2c2a653c3a056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)