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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 隴翳D隴翳D^ | 1110100010101101111000111100100001000100111010001010110111100011110010000100010001011110 | e8ade3c844e8ade3c8445e |
EUC-JP | 隴翳D隴翳D^ | 1111000010101111111001101100101001000100111100001010111111100110110010100100010001011110 | f0afe6ca44f0afe6ca445e |
UTF-8 | 隴翳D隴翳D^ | 111010011001101010110100111001111011111110110011010001001110100110011010101101001110011110111111101100110100010001011110 | e99ab4e7bfb344e99ab4e7bfb3445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)