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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 悅ε?悅ε?^ | 1111101010111101100000111100001100111111111110101011110110000011110000110011111101011110 | fabd83c33ffabd83c33f5e |
EUC-JP | ?ε??ε?^ | 001111111010011011000101001111110011111110100110110001010011111101011110 | 3fa6c53f3fa6c53f5e |
UTF-8 | 悅εㄷ悅ε엳^ | 1110011010000010100001011100111010110101111000111000010010110111111001101000001010000101110011101011010111101100100101111011001101011110 | e68285ceb5e384b7e68285ceb5ec97b35e |
UHC | 悅εㄷ悅ε엳^ | 11100110111011011010010111100101101001001010011111100110111011011010010111100101100111101000100001011110 | e6eda5e5a4a7e6eda5e59e885e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)