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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蛟夜蕎 | 111001011000000010010110111010011000101110111100 | e58096e98bbc |
EUC-JP | 蛟夜蕎 | 111010011110000011001100111010111011011010111110 | e9e0ccebb6be |
UTF-8 | 蛟夜蕎 | 111010001001101110011111111001011010010010011100111010001001010110001110 | e89b9fe5a49ce8958e |
UHC | 蛟夜蕎 | 110011101111000111100101101010001100111011110000 | cef1e5a8cef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)