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 | コ螢渼ヲ | 1111001010101011101110101110010110100011111110110100100110100110 | f2abbae5a3fb49a6 |
EUC-JP | ?コ螢渼ヲ | 00111111100011101011101011101010101001011000111111000111111100001000111010100110 | 3f8ebaeaa58fc7f08ea6 |
UTF-8 | コ螢渼ヲ | 111011101000011110100010111011111011110110111010111010001001111010100010111001101011100010111100111011111011110110100110 | ee87a2efbdbae89ea2e6b8bcefbda6 |
UHC | ??螢渼? | 00111111001111111111101110101011110110101011010000111111 | 3f3ffbabdab43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)