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 | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | 霄ャVh霄ャV | 111010001011101010101100010101100110100011101000101110101010110001010110 | e8baac5668e8baac56 |
EUC-JP | 霄ャVh霄ャV | 1111000010111100100011101010110001010110011010001111000010111100100011101010110001010110 | f0bc8eac5668f0bc8eac56 |
UTF-8 | 霄ャVh霄ャV | 111010011001110010000100111011111011110110101100010101100110100011101001100111001000010011101111101111011010110001010110 | e99c84efbdac5668e99c84efbdac56 |
UHC | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)