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 | 堰???? | 100010011000000100111111001111110011111100111111 | 89813f3f3f3f |
EUC-JP | 堰???? | 101100011110000100111111001111110011111100111111 | b1e13f3f3f3f |
UTF-8 | 堰쇰쓣杻쩎 | 111001011010000010110000111011001000011110110000111011001001001110100011111011111010011110001000111011001010100110001110 | e5a0b0ec87b0ec93a3efa788eca98e |
UHC | 堰쇰쓣杻쩎 | 11100101111010001011110011101011100111011000010011101010111101001010010101000110 | e5e8bceb9d84eaf4a546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)