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 | 怐眩玳獏 | 1001110010000001111000011011111111100000110111001110000011010001 | 9c81e1bfe0dce0d1 |
EUC-JP | 怐眩玳獏 | 1101011111100001111000101100000111100000110111101110000011010011 | d7e1e2c1e0dee0d3 |
UTF-8 | 怐眩玳獏 | 111001101000000010010000111001111001110010101001111001111000111010110011111001111000110110001111 | e68090e79ca9e78eb3e78d8f |
UHC | ?眩玳? | 001111111111101011011111110100111110010100111111 | 3ffadfd3e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)