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 | 廾篩圉廾 | 1001110001001111111000101011111110011010100111101001110001001111 | 9c4fe2bf9a9e9c4f |
EUC-JP | 廾篩圉廾 | 1101011110110000111001001100000111010011111111101101011110110000 | d7b0e4c1d3fed7b0 |
UTF-8 | 廾篩圉廾 | 111001011011101110111110111001111010111110101001111001011001110010001001111001011011101110111110 | e5bbbee7afa9e59c89e5bbbe |
UHC | ?篩?? | 0011111111011110111010000011111100111111 | 3fdee83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)