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 | ??????VB | 0011111100111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f3f5642 |
SJIS-WIN | ???瓦??VB | 001111110011111100111111100010101010001000111111001111110101011001000010 | 3f3f3f8aa23f3f5642 |
EUC-JP | ???瓦??VB | 001111110011111100111111101101001010010000111111001111110101011001000010 | 3f3f3fb4a43f3f5642 |
UTF-8 | 吳뱄쉿瓦븝슬VB | 1110010110010000101100111110101110110001100001001110110010001001101111111110011110010011101001101110101110111000100111011110110010001010101011000101011001000010 | e590b3ebb184ec89bfe793a6ebb89dec8aac5642 |
UHC | 吳뱄쉿瓦븝슬VB | 1110011111101111101110011110111110111101101100101110100010111111101110101110111110111101101111010101011001000010 | e7efb9efbdb2e8bfbaefbdbd5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)