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 | 羈k繍豕 | 1110001110110001100000101000101110001111010010101110011010110011 | e3b1828b8f4ae6b3 |
EUC-JP | 羈k繍豕 | 1110011010110011101000111110101110111101101010111110110010110101 | e6b3a3ebbdabecb5 |
UTF-8 | 羈k繍豕 | 111001111011111010001000111011111011110110001011111001111011100110001101111010001011000110010101 | e7be88efbd8be7b98de8b195 |
UHC | 羈k?豕 | 11010001101111001010001111101011001111111110001111001110 | d1bca3eb3fe3ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)