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 | 糊葛? | 1000110011010000100010101000101100111111 | 8cd08a8b3f |
EUC-JP | 糊葛? | 1011100011010010101100111110101100111111 | b8d2b3eb3f |
UTF-8 | 糊葛렜 | 111001111011001110001010111010001001000110011011111010111010000010011100 | e7b38ae8919beba09c |
UHC | 糊葛렜 | 111110111101010111001010111001111000111010101110 | fbd5cae78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)