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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 調?榧闇 | 10010010101100100011111110011110110100001000100011000101 | 92b23f9ed088c5 |
EUC-JP | 調?榧闇 | 11000100101101000011111111011100110100101011000011000111 | c4b43fdcd2b0c7 |
UTF-8 | 調쇘榧闇 | 111010001010101010111111111011001000011110011000111001101010011010100111111010011001011110000111 | e8aabfec8798e6a6a7e99787 |
UHC | 調쇘榧闇 | 1111000011100000101111001110011111011101111011101110010011100001 | f0e0bce7ddeee4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)