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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ⅳ?諷 | 00111111001111111111101001000011001111111110011010000101 | 3f3ffa433fe685 |
EUC-JP | ????諷 | 001111110011111100111111001111111110101111100101 | 3f3f3f3febe5 |
UTF-8 | 뤞뼜ⅳ넹諷 | 111010111010010010011110111010111011110010011100111000101000010110110011111010111000010010111001111010001010101110110111 | eba49eebbc9ce285b3eb84b9e8abb7 |
UHC | 뤞뼜ⅳ넹諷 | 10001111110011011011101111000101101001011010010010110011110111111111100110100100 | 8fcdbbc5a5a4b3dff9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)