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 | 驢簫轎疂 | 1110100110000110111000101101001011100111011111001110000101101001 | e986e2d2e77ce169 |
EUC-JP | 驢簫轎疂 | 1111000111100110111001001101010011101101110111011110000111001010 | f1e6e4d4eddde1ca |
UTF-8 | 驢簫轎疂 | 111010011010100110100010111001111011000010101011111010001011110110001110111001111001011010000010 | e9a9a2e7b0abe8bd8ee79682 |
UHC | 驢簫轎? | 11010101111100001110000111000111110011101111001100111111 | d5f0e1c7cef33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)