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^ | 111001101001110110111110010001001110011010011101101111100100010001011110 | e69dbe44e69dbe445e |
EUC-JP | 譚セD譚セD^ | 1110101111111101100011101011111001000100111010111111110110001110101111100100010001011110 | ebfd8ebe44ebfd8ebe445e |
UTF-8 | 譚セD譚セD^ | 111010001010110110011010111011111011110110111110010001001110100010101101100110101110111110111101101111100100010001011110 | e8ad9aefbdbe44e8ad9aefbdbe445e |
UHC | 譚?D譚?D^ | 110100111100100100111111010001001101001111001001001111110100010001011110 | d3c93f44d3c93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)