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 | 10011010011111000101011001101000100110100111110001010110 | 9a7c56689a7c56 |
SJIS-WIN | ?|Vh?|V | 00111111011111000101011001101000001111110111110001010110 | 3f7c56683f7c56 |
EUC-JP | ?|Vh?|V | 00111111011111000101011001101000001111110111110001010110 | 3f7c56683f7c56 |
UTF-8 | |Vh|V | 110000101001101001111100010101100110100011000010100110100111110001010110 | c29a7c5668c29a7c56 |
UHC | ?|Vh?|V | 00111111011111000101011001101000001111110111110001010110 | 3f7c56683f7c56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)