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 | 赦芝蓙蓙 | 1000111011001101100011101100010111100100111001101110010011100110 | 8ecd8ec5e4e6e4e6 |
EUC-JP | 赦芝蓙蓙 | 1011110011001111101111001100011111101000111010001110100011101000 | bccfbcc7e8e8e8e8 |
UTF-8 | 赦芝蓙蓙 | 111010001011010110100110111010001000101010011101111010001001001110011001111010001001001110011001 | e8b5a6e88a9de89399e89399 |
UHC | 赦芝?? | 110111101111010111110010101110010011111100111111 | def5f2b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)