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 | ?????YV | 00111111001111110011111100111111001111110101100101010110 | 3f3f3f3f3f5956 |
SJIS-WIN | ?????YV | 00111111001111110011111100111111001111110101100101010110 | 3f3f3f3f3f5956 |
EUC-JP | ?????YV | 00111111001111110011111100111111001111110101100101010110 | 3f3f3f3f3f5956 |
UTF-8 | 창짬혢혝혡YV | 1110110010110000101111011110110010100111101011001110110110011000101000101110110110011000100111011110110110011000101000010101100101010110 | ecb0bdeca7aced98a2ed989ded98a15956 |
UHC | 창짬혢혝혡YV | 110000111010001011000010101010111100001010001011110000101000011111000010100010100101100101010110 | c3a2c2abc28bc287c28a5956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)