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 | ??夭?? | 001111110011111110011010111011100011111100111111 | 3f3f9aee3f3f |
EUC-JP | ??夭?? | 001111110011111111010100111100000011111100111111 | 3f3fd4f03f3f |
UTF-8 | 뤗漣夭쨴얘 | 111010111010010010010111111011111010011010010010111001011010010010101101111011001010100010110100111011001001011010011000 | eba497efa692e5a4adeca8b4ec9698 |
UHC | 뤗漣夭쨴얘 | 10001111110001111110011011010010111010001110110010100100100011101011111011101010 | 8fc7e6d2e8eca48ebeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)