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 | è·£æ³^ | 11101000101101111010001111100110101100111000010001011110 | e8b7a3e6b3845e |
SJIS-WIN | ??£???^ | 0011111100111111100000011001001000111111001111110011111101011110 | 3f3f81923f3f3f5e |
EUC-JP | è?£æ??^ | 100011111010101110110010001111111010000111110010100011111010100111000001001111110011111101011110 | 8fabb23fa1f28fa9c13f3f5e |
UTF-8 | è·£æ³^ | 11000011101010001100001010110111110000101010001111000011101001101100001010110011110000101000010001011110 | c3a8c2b7c2a3c3a6c2b3c2845e |
UHC | ?·?æ³?^ | 00111111101000011010010000111111101010011010000110101001111110000011111101011110 | 3fa1a43fa9a1a9f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)