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 | 犲瑪瑾猗 | 1110000010111010111000001111001111100000111101011110000011000110 | e0bae0f3e0f5e0c6 |
EUC-JP | 犲瑪瑾猗 | 1110000010111100111000001111010111100000111101111110000011001000 | e0bce0f5e0f7e0c8 |
UTF-8 | 犲瑪瑾猗 | 111001111000101010110010111001111001000110101010111001111001000110111110111001111000110010010111 | e78ab2e791aae791bee78c97 |
UHC | ?瑪瑾? | 001111111101100010100101110100001100100000111111 | 3fd8a5d0c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)