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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 踈皮ウッ鈕ウ | 111001101111000110010100111001111011001110101111111001111110010010110011 | e6f194e7b3afe7e4b3 |
EUC-JP | 踈皮ウッ鈕ウ | 111011001111001111001000111010011000111010110011100011101010111111101110111001101000111010110011 | ecf3c8e98eb38eafeee68eb3 |
UTF-8 | 踈皮ウッ鈕ウ | 111010001011100010001000111001111001101010101110111011111011110110110011111011111011110110101111111010011000100010010101111011111011110110110011 | e8b888e79aaeefbdb3efbdafe98895efbdb3 |
UHC | ?皮???? | 00111111111110011010101100111111001111110011111100111111 | 3ff9ab3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)