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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑叱鉷カ | 11101000101111111000111010110110111110111100110110110110 | e8bf8eb6fbcdb6 |
EUC-JP | 霑叱鉷カ | 111100001100000110111100101110001000111111100011111100011000111010110110 | f0c1bcb88fe3f18eb6 |
UTF-8 | 霑叱鉷カ | 111010011001110010010001111001011000111110110001111010011000100110110111111011111011110110110110 | e99c91e58fb1e989b7efbdb6 |
UHC | 霑叱?? | 111011111100010111110010111010100011111100111111 | efc5f2ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)