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 | 樗峯??闇 | 1001001010010100100101011111010100111111001111111000100011000101 | 929495f53f3f88c5 |
EUC-JP | 樗峯??闇 | 1100001111110100110010101111011100111111001111111011000011000111 | c3f4caf73f3fb0c7 |
UTF-8 | 樗峯렯렠闇 | 111001101010100010010111111001011011001110101111111010111010000010101111111010111010000010100000111010011001011110000111 | e6a897e5b3afeba0afeba0a0e99787 |
UHC | 樗峯렯렠闇 | 11101110110000001101110011100111100011101011110010001110101100011110010011100001 | eec0dce78ebc8eb1e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)